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
I have a ... complex ... migration that needs to do a lock table ... in exclusive mode to protect against some concurrent data access problems, and atlas migrate lint fails on this with:
Error: executing statement: pq: LOCK TABLE can only be used in transaction blocks
atlas migrate lint doesn't seem to accept the --tx-mode argument, and so it's not surprising that adding a --atlas:tx-mode file doesn't help this.
Using v0.25.0.
The text was updated successfully, but these errors were encountered:
I have a ... complex ... migration that needs to do a
lock table ... in exclusive mode
to protect against some concurrent data access problems, andatlas migrate lint
fails on this with:atlas migrate lint
doesn't seem to accept the--tx-mode
argument, and so it's not surprising that adding a--atlas:tx-mode file
doesn't help this.Using v0.25.0.
The text was updated successfully, but these errors were encountered: