Migrate Database
Hey everyone!
Right now I'm using Supabase cloud solution, this is just for development. I did like to migrate when finished to a local hosted Supabase setup. I'm just very stuck on how I can actually generate a migration file. I did like to just migrate tables, RLS, functions, storage buckets etc, but not the data inside those tables. What is recommended?
In advance, thank you!
Right now I'm using Supabase cloud solution, this is just for development. I did like to migrate when finished to a local hosted Supabase setup. I'm just very stuck on how I can actually generate a migration file. I did like to just migrate tables, RLS, functions, storage buckets etc, but not the data inside those tables. What is recommended?
In advance, thank you!