diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-24 18:10:29 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-26 17:43:38 +0200 |
| commit | a20e6f427edfaf3ae8b8f020957134fa4a2d577d (patch) | |
| tree | c7784b19b02793147b11b4236853456293c1b9df /archaeological_finds/migrations/0155_data_migration.json | |
| parent | c9db6e5bdb9182cd2d38c1daf1096350cf13a4a7 (diff) | |
| download | Ishtar-a20e6f427edfaf3ae8b8f020957134fa4a2d577d.tar.bz2 Ishtar-a20e6f427edfaf3ae8b8f020957134fa4a2d577d.zip | |
✨ finds - workshop, movement, style fields: model, admin, forms, views, sheet (refs #6725)
Diffstat (limited to 'archaeological_finds/migrations/0155_data_migration.json')
| -rw-r--r-- | archaeological_finds/migrations/0155_data_migration.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/archaeological_finds/migrations/0155_data_migration.json b/archaeological_finds/migrations/0155_data_migration.json new file mode 100644 index 000000000..70a2acf89 --- /dev/null +++ b/archaeological_finds/migrations/0155_data_migration.json @@ -0,0 +1,24 @@ +[ + { + "model": "archaeological_finds.workshopmovementstyletype", + "fields": { + "label": "Atelier, mouvement, style 1", + "txt_idx": "atelier-mouvement-style-1", + "comment": "", + "available": true, + "order": 10, + "parent": null + } + }, + { + "model": "archaeological_finds.workshopmovementstyletype", + "fields": { + "label": "Atelier, mouvement, style 2", + "txt_idx": "atelier-mouvement-style-2", + "comment": "", + "available": true, + "order": 20, + "parent": null + } + } +]
\ No newline at end of file |
