Skip to content

Commit

Permalink
Add missing EOL in migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Sep 15, 2023
1 parent 2c6c33c commit 5f8eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/migratedb.d/10.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BEGIN
GRANT INSERT, SELECT ON local_ega.main_to_files TO inbox;
GRANT USAGE, SELECT ON SEQUENCE local_ega.main_to_files_main_id_seq TO inbox;

GRANT base TO download, inbox, ingest, finalize, mapper, verify
GRANT base TO download, inbox, ingest, finalize, mapper, verify;

ELSE
RAISE NOTICE 'Schema migration from % to % does not apply now, skipping', sourcever, sourcever+1;
Expand Down

0 comments on commit 5f8eb14

Please sign in to comment.