summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0137_data_migration_treatmentinputstatus.json
blob: 100dee46107171baf348920a60a1ea3ac202c69c (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.treatmentinputstatus",
    "fields": {
        "label": "Brouillon",
        "txt_idx": "draft",
        "comment": "",
        "available": true,
        "order": 10,
        "executed": false
    }
},
{
    "model": "archaeological_finds.treatmentinputstatus",
    "fields": {
        "label": "Valid\u00e9",
        "txt_idx": "validated",
        "comment": "",
        "available": true,
        "order": 20,
        "executed": true
    }
}
]