summaryrefslogtreecommitdiff
path: root/ishtar_common/migrations/0237_data_migration.json
blob: d07bd7385411d87844094bdf01520386ff7f81f4 (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
[
{
    "model": "ishtar_common.licensetype",
    "fields": {
        "label": "Usage interne / non communicable",
        "txt_idx": "usage-interne-non-communicable",
        "comment": "",
        "available": true,
        "order": 10,
        "parent": null,
        "url": null
    }
},
{
    "model": "ishtar_common.licensetype",
    "fields": {
        "label": "Tous droits r\u00e9serv\u00e9s",
        "txt_idx": "tous-droits-reserves",
        "comment": "",
        "available": true,
        "order": 20,
        "parent": null,
        "url": null
    }
},
{
    "model": "ishtar_common.licensetype",
    "fields": {
        "label": "CC-by-sa",
        "txt_idx": "cc-by-sa",
        "comment": "",
        "available": true,
        "order": 30,
        "parent": null,
        "url": null
    }
}
]