flyway / flyway-community-db-support

Offical Flyway Community Supported Database Plugins
https://flywaydb.org/
Apache License 2.0
5 stars 26 forks source link

Locking in flyway-database-clickhouse #48

Open igolikov opened 3 months ago

igolikov commented 3 months ago

I've noticed that with Flyway Database ClickHouse, it is possible for a single migration to be applied multiple times (I have clickhouse connection in multiple services) I'm aware that ClickHouse does not support transactions. Does this require external locking to apply migrations?