diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-16 15:05:10 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-16 17:36:29 +0200 |
| commit | 175fadb6eab2abdbbf2d233173111de19efb7745 (patch) | |
| tree | 3e2a865cf0347226612cf10cd8d16c05c8f8f4d9 /archaeological_finds/migrations/0153_data_migration.json | |
| parent | e2e493bb66e8ffa88a5b5cce27020c74e4ec23c0 (diff) | |
| download | Ishtar-175fadb6eab2abdbbf2d233173111de19efb7745.tar.bz2 Ishtar-175fadb6eab2abdbbf2d233173111de19efb7745.zip | |
✨ admin: iconographic pattern types, listed building protection - add default data
Diffstat (limited to 'archaeological_finds/migrations/0153_data_migration.json')
| -rw-r--r-- | archaeological_finds/migrations/0153_data_migration.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/archaeological_finds/migrations/0153_data_migration.json b/archaeological_finds/migrations/0153_data_migration.json new file mode 100644 index 000000000..2391c6097 --- /dev/null +++ b/archaeological_finds/migrations/0153_data_migration.json @@ -0,0 +1,46 @@ +[ + { + "model": "archaeological_finds.listedbuildingprotectionnature", + "fields": { + "label": "Inscription au titre des monuments historiques", + "txt_idx": "inscription-au-titre-des-monuments-historiques", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.listedbuildingprotectionnature", + "fields": { + "label": "Classement au titre des monuments historiques", + "txt_idx": "classement-au-titre-des-monuments-historiques", + "comment": "", + "available": true, + "order": 20, + "parent": null + } + }, + { + "model": "archaeological_finds.iconographicpatterntype", + "fields": { + "label": "Motif iconographique 1", + "txt_idx": "motif-iconographique-1", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.iconographicpatterntype", + "fields": { + "label": "Motif iconographique 2", + "txt_idx": "motif-iconographique-2", + "comment": "", + "available": true, + "order": 20, + "parent": null + } + } +] |
