Generate pgroll migration file from a current postgres schema
Is there any way to generate a pgroll migration file from an existing postgres, to be able to populate another postgres db?
If I for example would like to switch from flyway to pgroll, and just get an initial migration file?
If I for example would like to switch from flyway to pgroll, and just get an initial migration file?