Skip to content

Commit efdbbda

Browse files
committed
[migrations] fix pg empty query error
1 parent 80a9b17 commit efdbbda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
-- UPDATE account_states SET code = NULL;
2-
-- UPDATE account_states SET data = NULL;
1+
BEGIN;
2+
-- UPDATE account_states SET code = NULL;
3+
-- UPDATE account_states SET data = NULL;
4+
COMMIT;

0 commit comments

Comments
 (0)