summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0155_data_migration.json
blob: 70a2acf89fc4a39d4792a526efa1e607b2de56de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
    }
  }
]