mirror of
https://gitlab.com/mobicoop/v3/service/territory.git
synced 2026-01-10 04:52:38 +00:00
basic crud
This commit is contained in:
@@ -13,4 +13,5 @@ CREATE TABLE "territory" (
|
||||
);
|
||||
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "territory_name_key" ON "territory"("name");
|
||||
CREATE INDEX "shape_idx" ON "territory" USING GIST ("shape");
|
||||
|
||||
Reference in New Issue
Block a user