summaryrefslogtreecommitdiff
path: root/archaeological_files/migrations/0117_monitoringjustificationtype.json
blob: 587788f5c75b12f3ab427c190756385eaf316593 (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_files.monitoringjustificationtype",
    "fields": {
        "label": "Emprise du terrain d'assiette",
        "txt_idx": "emprise-du-terrain-dassiette",
        "comment": "",
        "available": true,
        "order": 10,
        "parent": null
    }
},
{
    "model": "archaeological_files.monitoringjustificationtype",
    "fields": {
        "label": "Localisation du terrain d'assiette",
        "txt_idx": "localisation-du-terrain-dassiette",
        "comment": "",
        "available": true,
        "order": 20,
        "parent": null
    }
}
]