change migration for postgis
This commit is contained in:
parent
0d407216bc
commit
7444eabf3d
|
@ -2,8 +2,8 @@
|
||||||
CREATE EXTENSION IF NOT EXISTS "postgis";
|
CREATE EXTENSION IF NOT EXISTS "postgis";
|
||||||
|
|
||||||
-- Required to use postgis extension :
|
-- Required to use postgis extension :
|
||||||
-- set the search_path to both public and territory (where is postgis) AND the current schema
|
-- set the search_path to both public (where is postgis) AND the current schema
|
||||||
SET search_path TO matcher, territory, public;
|
SET search_path TO matcher, public;
|
||||||
|
|
||||||
-- CreateTable
|
-- CreateTable
|
||||||
CREATE TABLE "ad" (
|
CREATE TABLE "ad" (
|
||||||
|
|
Loading…
Reference in New Issue