bird Status fixture
This commit is contained in:
parent
c10854355b
commit
5b49eff246
1 changed files with 37 additions and 0 deletions
37
app/fixtures/birdStatus.json
Normal file
37
app/fixtures/birdStatus.json
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"model": "bird.birdstatus",
|
||||||
|
"pk": 1,
|
||||||
|
"fields": {
|
||||||
|
"description": "In Behandlung"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "bird.birdstatus",
|
||||||
|
"pk": 2,
|
||||||
|
"fields": {
|
||||||
|
"description": "In Auswilderung"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "bird.birdstatus",
|
||||||
|
"pk": 3,
|
||||||
|
"fields": {
|
||||||
|
"description": "Ausgewildert"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "bird.birdstatus",
|
||||||
|
"pk": 4,
|
||||||
|
"fields": {
|
||||||
|
"description": "Übermittelt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"model": "bird.birdstatus",
|
||||||
|
"pk": 5,
|
||||||
|
"fields": {
|
||||||
|
"description": "Verstorben"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue