fix(db): track state of migrations and execute them again when necessary

This commit is contained in:
Peter 2025-02-13 09:29:47 +01:00
parent 264b30e8a2
commit 2d71a4a132
Signed by: prskr
GPG key ID: F56BED6903BC5E37
15 changed files with 59 additions and 33 deletions
assets/migrations/setup

View file

@ -0,0 +1,3 @@
create schema if not exists _realtime;
alter schema _realtime owner to supabase_admin;