You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from 2.9.0 so-called database-specific lock was implemented.
It is advisory lock in case PostgreSQL, session lock in case MySQL and MariaDB. For other databases it is (still) usual table-based lock.
This means, if you migrating from 2.8.x in case before mentioned databases you can remove your lock table by
droptable migrations_lock;
If you want to preserve old behavior - you can set
See https://github.com/blagerweij/liquibase-sessionlock
The text was updated successfully, but these errors were encountered: