remove db from service --check

This commit is contained in:
sbriat
2023-03-20 10:23:59 +01:00
parent cdc5c62c24
commit 9077c41bc8
7 changed files with 20 additions and 80 deletions

View File

@@ -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,