The Flyway option to Ignore case is not working properly
DenisJCilliers
Posts: 24 New member
It does not ignore case when the setting is enabled nor does it script out the case changes when the setting is not enabled.
Thus I have a Stored Procedure that is constantly found as changes to the database but the only difference is the case.
The workaround is to delete the current script file and let Flyway build it again from scratch based on the database version.