mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 08:40:46 +00:00
change migration for postgis
This commit is contained in:
@@ -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" (
|
||||||
|
|||||||
Reference in New Issue
Block a user