Activity overview
Latest activity by nestnutritious
That does look frustrating, but it doesn’t seem like Flyway is randomly duplicating the command—there’s probably a config overlap somewhere. You’ve defined table = "flywayScriptLog" globally, and you’re also passing -locations in the CLI which overrides what’s in the TOML. Combined with baselineOnMigrate=true and multiple schemas, Flyway can end up initializing more than once if it thinks it’s dealing with separate contexts. I’d double-check that you’re not unintentionally triggering two migration runs (for example via different locations or schemas), and make sure the history table is only being managed in one schema. geometry dash meltdown / comments
That does look frustrating, but it doesn’t seem like Flyway is randomly duplicating the command—there’s probably a config overlap somewhere. You’ve defined table = "flywayScriptLog" globally, and y...