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 /Makefile.example | |
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 'Makefile.example')
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index 3a5bf220b..34b0f2c10 100644 --- a/Makefile.example +++ b/Makefile.example @@ -328,6 +328,7 @@ fixtures_finds: archaeological_finds.inventorymarkingpresence \ archaeological_finds.communicabilitytype \ archaeological_finds.functionalarea \ + archaeological_finds.discoverymethod \ > '../archaeological_finds/fixtures/initial_data-'$(default_data)'.json' fixtures_warehouse: |