Use ExtraDataPath for country grid

This commit is contained in:
Eldar Yusupov
2019-10-23 05:34:47 +03:00
parent d3a731dae4
commit 96c1a0a101

View File

@@ -137,7 +137,7 @@ class SetupFunctions
exit(1);
}
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql');
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_osm_grid.sql.gz');
$this->pgsqlRunScriptFile(CONST_ExtraDataPath.'/country_osm_grid.sql.gz');
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql');
$this->pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode_table.sql');