Relative Content

Tag Archive for postgresqlflyway

Make flyway log schema history for repeatable migrations

I’m just trying to set flyway up on an existing DB. I want to set all my existing functions and views as repeatable migrations, but I don’t want flyway to run them the first time I run migrate, I just want their existing checksum to be added to the history table as though they have been run by flyway in the past.