Replies: 2 comments
|
Also very interested in this 🙏 |
0 replies
|
You can try add the following to a migration. alter publication supabase_realtime add table public.YOUR_TABLE_NAME_HERE; |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We deploy migrations to our environments via migration scripts created by
supabase db diff, and push changes base on the migration scripts in our repo via CI. However, these autogenerated migration scripts don't hold the information of whether a table is marked as "Enable realtime" (via the studio UI) or not. Is there a way to do this programmatically so we can check it into our repo and CI process just like our SQL migration scripts?All reactions