Posts
Sort by recent activity
flyway "Ignore system named constraint and index names" compare option is not working
I have this option checked in my project's configuration, but still get a lot of tables as migration candidates with the only difference between the schema-model and the base being the system gener...
"Ignore system named constraint and index names" not working
I have this option checked in my project's configuration, but still get a lot of tables as migration candidates with the only difference between the schema-model and the base being the system gener...
How can i make flyway ignore permissions when it is creating the object files under schema-model
Flyway creates sql object files for me with all the permissions related DDL ('GRANT SELECT', 'GRANT EXECUTE' etc.) How can i avoid it ? I looked thru the options in the Filter.scpf. but could not i...