summaryrefslogtreecommitdiff
path: root/archaeological_operations/migrations/0120_data_site_status.json
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/migrations/0120_data_site_status.json')
-rw-r--r--archaeological_operations/migrations/0120_data_site_status.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/archaeological_operations/migrations/0120_data_site_status.json b/archaeological_operations/migrations/0120_data_site_status.json
new file mode 100644
index 000000000..4bfd21db8
--- /dev/null
+++ b/archaeological_operations/migrations/0120_data_site_status.json
@@ -0,0 +1,62 @@
+[
+{
+ "model": "archaeological_operations.sitecurrentstatustype",
+ "fields": {
+ "label": "Conserv\u00e9",
+ "txt_idx": "conserve",
+ "comment": "",
+ "available": true,
+ "order": 10
+ }
+},
+{
+ "model": "archaeological_operations.sitecurrentstatustype",
+ "fields": {
+ "label": "D\u00e9truit",
+ "txt_idx": "detruit",
+ "comment": "",
+ "available": true,
+ "order": 20
+ }
+},
+{
+ "model": "archaeological_operations.sitecurrentstatustype",
+ "fields": {
+ "label": "Inconnu",
+ "txt_idx": "inconnu",
+ "comment": "",
+ "available": true,
+ "order": 30
+ }
+},
+{
+ "model": "archaeological_operations.sitediscoverystatustype",
+ "fields": {
+ "label": "Inorganis\u00e9",
+ "txt_idx": "inorganise",
+ "comment": "",
+ "available": true,
+ "order": 10
+ }
+},
+{
+ "model": "archaeological_operations.sitediscoverystatustype",
+ "fields": {
+ "label": "Sans objet",
+ "txt_idx": "sans-objet",
+ "comment": "",
+ "available": true,
+ "order": 20
+ }
+},
+{
+ "model": "archaeological_operations.sitediscoverystatustype",
+ "fields": {
+ "label": "Structur\u00e9",
+ "txt_idx": "structure",
+ "comment": "",
+ "available": true,
+ "order": 30
+ }
+}
+]