mirror of
https://gitlab.com/mobicoop/v3/service/territory.git
synced 2026-01-12 03:12:38 +00:00
remove db from service --check
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
-- CreateExtension
|
||||
CREATE EXTENSION IF NOT EXISTS "postgis";
|
||||
|
||||
-- Required to use postgis extension :
|
||||
-- set the search_path to both public (where is postgis) AND the current schema
|
||||
SET search_path TO territory, public;
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE "territory" (
|
||||
"uuid" UUID NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user