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 a20e926 commit 22ead68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/spatial-service/init-layersdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ CREATE EXTENSION postgis;
-- Enable Topology
CREATE EXTENSION postgis_topology;

SET ROLE ${POSTGRES_USERNAME);
-- TODO: Configure somehow
SET ROLE spatial;

CREATE TYPE searchobjectstype AS
(
Expand Down

0 comments on commit 22ead68

Please sign in to comment.