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 | c0c6c83e5aa4f225497021fb7860a4dd1895fff6 (patch) | |
tree | 271d2706b7f4cd7fcb89f5d77c4f8ac7cc61e9bd /Makefile.example | |
parent | 871c4220210b0f124c37d08b52a41f6f69b6a55e (diff) | |
download | Ishtar-c0c6c83e5aa4f225497021fb7860a4dd1895fff6.tar.bz2 Ishtar-c0c6c83e5aa4f225497021fb7860a4dd1895fff6.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: |