new Branch is empty, does not have tables, RLS, buckets
I am trying to create a branch of the existing database. First of all its forcing me to connect the github, which I did. but the new branch does not even have the database schema. I am trying to follow this video https://www.youtube.com/watch?v=AMQqhHxz5UI&ab_channel=Supabase
can anyone please help?
Supabase
YouTube
We made Branching a whole lot easier!
Supabase Branching allows you to spin up clones of your Database and Edge Functions to use during feature development. In this video, Jon Meyers demonstrates how to manage branches directly in the Supabase Dashboard - great for quickly prototyping ideas! 🚀
https://supabase.com/blog/branching-2-0
00:00 Supabase Branching
00:12 Cloning your D...
1 Reply
I saw multiple posts of users facing this issue, some of them reported that truncating the schema migration table made it work, you should empty the table then create the branch, it worked for me but am not sure if its an official / recommended fix.