diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-20 11:52:46 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-20 15:47:14 +0200 |
| commit | 2089f69b8958ba08879a706d478397e927de8741 (patch) | |
| tree | b3f0047a4d78e10e9bcff258e1f7cbe1e9a44372 /archaeological_finds/migrations/0130_data_discovery_method.json | |
| parent | 14b2433f8b04d11c2c3ad721997289ffa0777de3 (diff) | |
| download | Ishtar-2089f69b8958ba08879a706d478397e927de8741.tar.bz2 Ishtar-2089f69b8958ba08879a706d478397e927de8741.zip | |
🗃️ context records, finds: new fields in database
Context record:
- excavator
Find:
- discovery method
Diffstat (limited to 'archaeological_finds/migrations/0130_data_discovery_method.json')
| -rw-r--r-- | archaeological_finds/migrations/0130_data_discovery_method.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/archaeological_finds/migrations/0130_data_discovery_method.json b/archaeological_finds/migrations/0130_data_discovery_method.json new file mode 100644 index 000000000..8d7994f5a --- /dev/null +++ b/archaeological_finds/migrations/0130_data_discovery_method.json @@ -0,0 +1,35 @@ +[ +{ + "model": "archaeological_finds.discoverymethod", + "fields": { + "label": "Fouille", + "txt_idx": "fouille", + "comment": "", + "available": true, + "order": 10, + "parent": null + } +}, +{ + "model": "archaeological_finds.discoverymethod", + "fields": { + "label": "Tamisage", + "txt_idx": "tamisage", + "comment": "", + "available": true, + "order": 20, + "parent": null + } +}, +{ + "model": "archaeological_finds.discoverymethod", + "fields": { + "label": "Flottation", + "txt_idx": "flottation", + "comment": "", + "available": true, + "order": 30, + "parent": null + } +} +] |
