diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-17 13:12:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | 1cef4f6675db99a15905f722451dfa6ac1a954e9 (patch) | |
tree | 271d2706b7f4cd7fcb89f5d77c4f8ac7cc61e9bd /Makefile.example | |
parent | 0dcc361d0377a89e7b196f38b349d861cf860607 (diff) | |
download | Ishtar-1cef4f6675db99a15905f722451dfa6ac1a954e9.tar.bz2 Ishtar-1cef4f6675db99a15905f722451dfa6ac1a954e9.zip |
Add geo fixtures
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index 9fd739e9a..e930313e1 100644 --- a/Makefile.example +++ b/Makefile.example @@ -169,6 +169,9 @@ fixtures_common: fixtures_common_importers fixtures_geo ishtar_common.language \ ishtar_common.documenttag \ ishtar_common.documenttemplate \ + ishtar_common.geoorigintype \ + ishtar_common.geodatatype \ + ishtar_common.geoprovidertype > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: |