Skip to content

Commit

Permalink
feat(migrations): alter lo_export/lo_import owner
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Jan 24, 2024
1 parent f2ce128 commit 3f48097
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- migrate:up
alter function pg_catalog.lo_export owner to supabase_admin;
alter function pg_catalog.lo_import(text) owner to supabase_admin;
alter function pg_catalog.lo_import(text, oid) owner to supabase_admin;

-- migrate:down

0 comments on commit 3f48097

Please sign in to comment.