overrideConfiguration(properties, args);
loadJdbcDriversAndJavaMigrations(properties);
Flyway flyway = new Flyway();
flyway.configure(properties);
RepeatableFlyway.configure(flyway, properties);
int consoleWidth = PropertiesUtils.getIntProperty(properties, "flyway.consoleWidth", 80);
for (String operation : operations) {