Allow executing info while a migration is running #1892
Closed
Milestone
Comments
Fixed for DB2 only for now. |
dohrayme
pushed a commit
to dohrayme/flyway
that referenced
this issue
Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a query that doesn't block on the lock. For example
SELECT * FROM schema_version WITH UR
.The text was updated successfully, but these errors were encountered: