summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0153_data_migration.json
blob: 2391c60973c6e2353b3b62a29ee2e0c3b1db9891 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
    }
  }
]