diff options
Diffstat (limited to 'archaeological_operations/migrations/0120_data_site_nature.json')
| -rw-r--r-- | archaeological_operations/migrations/0120_data_site_nature.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/archaeological_operations/migrations/0120_data_site_nature.json b/archaeological_operations/migrations/0120_data_site_nature.json new file mode 100644 index 000000000..21a2b23eb --- /dev/null +++ b/archaeological_operations/migrations/0120_data_site_nature.json @@ -0,0 +1,32 @@ +[ +{ + "model": "archaeological_operations.natureofsitetype", + "fields": { + "label": "En surface", + "txt_idx": "en-surface", + "comment": "", + "available": true, + "order": 10 + } +}, +{ + "model": "archaeological_operations.natureofsitetype", + "fields": { + "label": "Enfoui", + "txt_idx": "enfoui", + "comment": "", + "available": true, + "order": 20 + } +}, +{ + "model": "archaeological_operations.natureofsitetype", + "fields": { + "label": "Hors du sol", + "txt_idx": "hors-du-sol", + "comment": "", + "available": true, + "order": 30 + } +} +] |
