Skip to content

Commit

Permalink
#65: Attempt to fix spatial-service issues
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Sep 6, 2024
1 parent 32fa464 commit a20e926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/spatial-service/init-layersdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ CREATE EXTENSION postgis;
-- Enable Topology
CREATE EXTENSION postgis_topology;

SET ROLE ${POSTGRES_USERNAME);

CREATE TYPE searchobjectstype AS
(
pid character varying,
Expand Down

0 comments on commit a20e926

Please sign in to comment.