Hi all. I was wondering if there is any way to do ...
# off-topic
r
Hi all. I was wondering if there is any way to do database migrations with supabase? I’m not sure if that’s the proper term, but I’d really like to be able to define my database schemas in some sort of text format, and then apply it to the database in a controlled way.
o
Hi You can do migrations by using ``pg_dmp`` and a diff tool. More informations: - https://github.com/supabase/supabase/discussions/134 - https://dev.to/sruhleder/how-to-migrate-supabase-databases-with-flyway-github-actions-2ani Also please use #843999948717555735 next time to ask questions 😉 @Refrigenator
r
Sure thing! Thanks