diff options
Diffstat (limited to 'archaeological_finds/migrations/0139_data_migration_ownership_status.json')
-rw-r--r-- | archaeological_finds/migrations/0139_data_migration_ownership_status.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/archaeological_finds/migrations/0139_data_migration_ownership_status.json b/archaeological_finds/migrations/0139_data_migration_ownership_status.json new file mode 100644 index 000000000..33dc4de97 --- /dev/null +++ b/archaeological_finds/migrations/0139_data_migration_ownership_status.json @@ -0,0 +1,68 @@ +[ + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "Collection patrimoniale", + "txt_idx": "collection-patrimoniale", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "D\u00e9p\u00f4t", + "txt_idx": "depot", + "comment": "", + "available": true, + "order": 20, + "parent": null + } + }, + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "R\u00e9gl\u00e9", + "txt_idx": "regle", + "comment": "", + "available": true, + "order": 30, + "parent": null + } + }, + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "Non r\u00e9gl\u00e9", + "txt_idx": "non-regle", + "comment": "", + "available": true, + "order": 40, + "parent": null + } + }, + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "En cours", + "txt_idx": "en-cours", + "comment": "", + "available": true, + "order": 50, + "parent": null + } + }, + { + "model": "archaeological_finds.ownershipstatus", + "fields": { + "label": "Probl\u00e9matique", + "txt_idx": "problematique", + "comment": "", + "available": true, + "order": 60, + "parent": null + } + } +]
\ No newline at end of file |