fix(db): track state of migrations and execute them again when necessary
This commit is contained in:
parent
264b30e8a2
commit
2d71a4a132
15 changed files with 59 additions and 33 deletions
assets/migrations/setup
3
assets/migrations/setup/realtime.sql
Normal file
3
assets/migrations/setup/realtime.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
create schema if not exists _realtime;
|
||||
|
||||
alter schema _realtime owner to supabase_admin;
|
Loading…
Add table
Add a link
Reference in a new issue