Skip to content

Commit

Permalink
[0.11.0-SNAPSHOT]
Browse files Browse the repository at this point in the history
Consensus removed
  • Loading branch information
GoodforGod committed May 21, 2024
1 parent 2fa3d80 commit 887f4c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void apply(@NotNull List<String> locations) {
Database database = new Database(connection.getConnection(),
new MigrationConfiguration()
.withKeyspaceName(connection.params().keyspace()));
MigrationTask migration = new MigrationTask(database, new MigrationRepository(validLocations), true);
MigrationTask migration = new MigrationTask(database, new MigrationRepository(validLocations));
migration.migrate();

logger.info("Finished schema migration for engine '{}' for connection: {}",
Expand Down

0 comments on commit 887f4c1

Please sign in to comment.