When using Flyway SDK 10.16 with YugabyteDB, the migration table is correctly created in the specified schema. However, the yb_flyway_lock_table is still created in the default public schema, even ...
While goose supports PostgreSQL advisory locks, other databases lack this feature, leaving them vulnerable to concurrent migration race conditions. Proposing a table-based locking mechanism. This ...