Migrations preserving data
Hello everyone! I'm working with local development as described in the official guide (https://supabase.com/docs/guides/cli/local-development). I'm able to sync my remote and local database in order to make changes in local, test and then push to remote.
But when I perform a db push the data that was in the remote db is lost, and viceversa Is that behavior expected?
Or there's any better way to achieve a migration without data lost? thanks a lot in advance!
But when I perform a db push the data that was in the remote db is lost, and viceversa Is that behavior expected?
Or there's any better way to achieve a migration without data lost? thanks a lot in advance!