diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-10 13:03:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:41:51 +0200 |
commit | 19f9b93238c3277cacdfa153db18c8261cb41ba8 (patch) | |
tree | 6a284d2700815cf44bd99b25c9900d635dd5bae6 /Makefile.example | |
parent | f6b2cf2702b405b77bf2642281cb38f5610409c4 (diff) | |
download | Ishtar-19f9b93238c3277cacdfa153db18c8261cb41ba8.tar.bz2 Ishtar-19f9b93238c3277cacdfa153db18c8261cb41ba8.zip |
🏷️ data migrations for museum types
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index c23b333d5..7d616853e 100644 --- a/Makefile.example +++ b/Makefile.example @@ -216,7 +216,9 @@ fixtures_common: fixtures_common_importers fixtures_geo ishtar_common.documenttemplate \ ishtar_common.geoorigintype \ ishtar_common.geodatatype \ - ishtar_common.geoprovidertype + ishtar_common.geoprovidertype \ + ishtar_common.LicenseType \ + ishtar_common.ShootingAngle \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: @@ -301,6 +303,13 @@ fixtures_finds: archaeological_finds.checkedtype \ archaeological_finds.treatmentfiletype \ archaeological_finds.checkedtype \ + archaeological_finds.technicalprocesstype \ + archaeological_finds.technicalareatype \ + archaeological_finds.collectionentrymodetype \ + archaeological_finds.inventoryconformity \ + archaeological_finds.markingtype \ + archaeological_finds.originalreproduction \ + archaeological_finds.inventorymarkingpresence \ > '../archaeological_finds/fixtures/initial_data-'$(default_data)'.json' fixtures_warehouse: |