From 5f8eb147095aeba3d550ba89b4f0aa7eb7f3d4f0 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Fri, 15 Sep 2023 10:22:59 +0200 Subject: [PATCH] Add missing EOL in migration script --- postgresql/migratedb.d/10.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/migratedb.d/10.sql b/postgresql/migratedb.d/10.sql index f8f016c91..18469c340 100644 --- a/postgresql/migratedb.d/10.sql +++ b/postgresql/migratedb.d/10.sql @@ -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;