Skip to content
Snippets Groups Projects
Commit 6137ace7 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

fix(db): alter database owner

parent 29b826ff
No related branches found
No related tags found
No related merge requests found
Pipeline #154561 passed
......@@ -267,7 +267,7 @@ data:
END IF;
END
$$;
ALTER DATABASE _supabase WITH OWNER :pguser;
ALTER DATABASE _supabase OWNER TO :pguser;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment