summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0139_data_migration_ownership_status.json
blob: 33dc4de9788149a269702cc4d465b4077d8798ca (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "Collection patrimoniale",
      "txt_idx": "collection-patrimoniale",
      "comment": "",
      "available": true,
      "order": 10,
      "parent": null
    }
  },
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "D\u00e9p\u00f4t",
      "txt_idx": "depot",
      "comment": "",
      "available": true,
      "order": 20,
      "parent": null
    }
  },
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "R\u00e9gl\u00e9",
      "txt_idx": "regle",
      "comment": "",
      "available": true,
      "order": 30,
      "parent": null
    }
  },
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "Non r\u00e9gl\u00e9",
      "txt_idx": "non-regle",
      "comment": "",
      "available": true,
      "order": 40,
      "parent": null
    }
  },
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "En cours",
      "txt_idx": "en-cours",
      "comment": "",
      "available": true,
      "order": 50,
      "parent": null
    }
  },
  {
    "model": "archaeological_finds.ownershipstatus",
    "fields": {
      "label": "Probl\u00e9matique",
      "txt_idx": "problematique",
      "comment": "",
      "available": true,
      "order": 60,
      "parent": null
    }
  }
]