Activity overview
Latest activity by Lennart
A possible work around is to add a callback beforeEachMigrate.sql containing `SET CURRENT_SCHEMA = CURRENT_USER`, but I would prefer if there where a way to declare the schema for the history table without affecting registers. / comments
A possible work around is to add a callback beforeEachMigrate.sql containing `SET CURRENT_SCHEMA = CURRENT_USER`, but I would prefer if there where a way to declare the schema for the history table...
comment removed / comments
comment removed
flyway-9.21.2 updates CURRENT_SCHEMA in Db2
I upgraded to flyway-9.21.2 and a migration that replaces an external function written in Java fails because db2 can not locate the jar file for the implementation. This works inĀ 8.4.1 and I think ...