From a20e6f427edfaf3ae8b8f020957134fa4a2d577d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 24 Apr 2026 18:10:29 +0200 Subject: ✨ finds - workshop, movement, style fields: model, admin, forms, views, sheet (refs #6725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migrations/0155_data_migration.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 archaeological_finds/migrations/0155_data_migration.json (limited to 'archaeological_finds/migrations/0155_data_migration.json') 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 -- cgit v1.2.3