From 19f9b93238c3277cacdfa153db18c8261cb41ba8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 10 Feb 2024 13:03:48 +0100 Subject: 🏷️ data migrations for museum types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile.example') 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: -- cgit v1.2.3