Skip to content

Commit 9b9412c

Browse files
committed
feat(migrations): alter lo_export/lo_import owner
1 parent 25853f3 commit 9b9412c

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)