mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Bike seed data in fixtures
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
|||||||
|
acquired:
|
||||||
|
id: 1
|
||||||
|
action: ACQUIRED
|
||||||
|
scrapped:
|
||||||
|
id: 2
|
||||||
|
action: SCRAPPED
|
||||||
|
worked:
|
||||||
|
id: 3
|
||||||
|
action: WORKED
|
||||||
|
completed:
|
||||||
|
id: 4
|
||||||
|
action: COMPLETED
|
||||||
|
sold:
|
||||||
|
id: 5
|
||||||
|
action: SOLD
|
||||||
Vendored
+13
@@ -0,0 +1,13 @@
|
|||||||
|
poor:
|
||||||
|
id: 1
|
||||||
|
condition: POOR
|
||||||
|
fair:
|
||||||
|
id: 2
|
||||||
|
condition: FAIR
|
||||||
|
good:
|
||||||
|
id: 3
|
||||||
|
condition: GOOD
|
||||||
|
excellent:
|
||||||
|
id: 4
|
||||||
|
condition: EXCELLENT
|
||||||
|
|
||||||
Vendored
+15
@@ -0,0 +1,15 @@
|
|||||||
|
undetermined:
|
||||||
|
id: 1
|
||||||
|
status: UNDETERMINED
|
||||||
|
scrap:
|
||||||
|
id: 2
|
||||||
|
status: SCRAP
|
||||||
|
parts:
|
||||||
|
id: 3
|
||||||
|
status: PARTS
|
||||||
|
buildbike:
|
||||||
|
id: 4
|
||||||
|
status: BUILDBIKE
|
||||||
|
sale:
|
||||||
|
id: 5
|
||||||
|
status: SALE
|
||||||
Reference in New Issue
Block a user