Best practice: How to modify flyway migration script after it has been used

后端 未结 2 1034
囚心锁ツ
囚心锁ツ 2021-02-13 01:31

I am looking for an advice in the following case.

I set up flyway migration scripts in my production environment. On every deployment the database will be migrated to the

2条回答
  •  耶瑟儿~
    2021-02-13 02:26

    The first rule is don't.

    The second one is do it very carefully and use Flyway.repair() to realign the checksums in the DB with the ones on disk.

提交回复
热议问题