diff --git a/prisma/migrations/20230425130853_/migration.sql b/prisma/migrations/20230425130853_/migration.sql index 8c7b5e6..a0514d2 100644 --- a/prisma/migrations/20230425130853_/migration.sql +++ b/prisma/migrations/20230425130853_/migration.sql @@ -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" (