Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f48097

Browse files
committedJan 24, 2024
feat(migrations): alter lo_export/lo_import owner
1 parent f2ce128 commit 3f48097

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- migrate:up
2+
alter function pg_catalog.lo_export owner to supabase_admin;
3+
alter function pg_catalog.lo_import(text) owner to supabase_admin;
4+
alter function pg_catalog.lo_import(text, oid) owner to supabase_admin;
5+
6+
-- migrate:down

0 commit comments

Comments
 (0)
Please sign in to comment.