summaryrefslogtreecommitdiff
path: root/archaeological_finds/migrations/0137_data_migration_treatmentstatus.json
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/migrations/0137_data_migration_treatmentstatus.json')
-rw-r--r--archaeological_finds/migrations/0137_data_migration_treatmentstatus.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/archaeological_finds/migrations/0137_data_migration_treatmentstatus.json b/archaeological_finds/migrations/0137_data_migration_treatmentstatus.json
new file mode 100644
index 000000000..28f725d8a
--- /dev/null
+++ b/archaeological_finds/migrations/0137_data_migration_treatmentstatus.json
@@ -0,0 +1,62 @@
+[
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "Pr\u00e9vu",
+ "txt_idx": "planned",
+ "comment": "",
+ "available": true,
+ "order": 30
+ }
+},
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "En cours",
+ "txt_idx": "in-progress",
+ "comment": "",
+ "available": true,
+ "order": 10
+ }
+},
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "Achev\u00e9",
+ "txt_idx": "completed",
+ "comment": "",
+ "available": true,
+ "order": 20
+ }
+},
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "Inconnu",
+ "txt_idx": "unknown",
+ "comment": "",
+ "available": true,
+ "order": 60
+ }
+},
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "\u00c0 confirmer",
+ "txt_idx": "to-be-confirmed",
+ "comment": "",
+ "available": true,
+ "order": 40
+ }
+},
+{
+ "model": "archaeological_finds.treatmentstatus",
+ "fields": {
+ "label": "Abandonn\u00e9",
+ "txt_idx": "cancelled",
+ "comment": "",
+ "available": true,
+ "order": 50
+ }
+}
+]