mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-08 13:12:40 +00:00
change migration for postgis
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "postgis";
|
||||
|
||||
-- Required to use postgis extension :
|
||||
-- set the search_path to both public and territory (where is postgis) AND the current schema
|
||||
SET search_path TO matcher, territory, public;
|
||||
-- set the search_path to both public (where is postgis) AND the current schema
|
||||
SET search_path TO matcher, public;
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE "ad" (
|
||||
|
||||
Reference in New Issue
Block a user