Skip to content

Commit

Permalink
following actual state of production geoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Jul 15, 2024
1 parent c7becce commit 107c131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xcube_geodb/sql/geodb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ CREATE TABLE IF NOT EXISTS public.geodb_user_databases
)
TABLESPACE pg_default;

GRANT SELECT, INSERT, UPDATE ON geodb_user_databases TO PUBLIC;
GRANT SELECT, UPDATE, USAGE ON geodb_user_databases_seq TO PUBLIC;

CREATE OR REPLACE FUNCTION public.notify_ddl_postgrest()
RETURNS event_trigger
Expand Down

0 comments on commit 107c131

Please sign in to comment.