Skip to content

Commit

Permalink
Remove temporary function from migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Sep 15, 2023
1 parent 5f8eb14 commit 98349ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgresql/migratedb.d/10.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ BEGIN

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

-- Drop temporary user creation function
DROP FUNCTION create_role_if_not_exists;

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

0 comments on commit 98349ba

Please sign in to comment.