change migration for postgis

This commit is contained in:
sbriat 2023-05-03 13:32:49 +02:00
parent 0d407216bc
commit 7444eabf3d
1 changed files with 2 additions and 2 deletions

View File

@ -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" (