Skip to content

Commit

Permalink
Fix Link to Databasechangeloglock concept (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-vit authored Jul 5, 2022
1 parent 87c9fdf commit b0d482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides _session-level_ (vs. _transaction-level_)
[`LockService`](http://www.liquibase.org/javadoc/liquibase/lockservice/LockService.html)
implementations. Session-level locks get automatically released if the database
connection drops, and overcome the shortcoming of the
[`StandardLockService`](https://docs.liquibase.com/concepts/basic/databasechangeloglock-table.html):
[`StandardLockService`](https://docs.liquibase.com/concepts/tracking-tables/databasechangeloglock-table.html):

> If Liquibase does not exit cleanly, the lock row may be left as locked.
> You can clear out the current lock by running `liquibase releaseLocks`
Expand Down

0 comments on commit b0d482c

Please sign in to comment.