about summary refs log tree commit diff
path: root/spec
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2018-01-05 03:38:29 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-04 19:38:29 +0100
commit7347d4f8bb6471c892d4feb58e1e0a4d13a229c4 (patch)
tree55ef68a7d2f4fe6e140229310a9a3e4eeb731e72 /spec
parent7571c37c991c7bcaf83c524105f4a3b64b19670c (diff)
Use disable_ddl_transaction! to prevent warnings on migration (#6183)
Migration is wrapped by transaction, so manual `commit_db_transaction` without transaction restarting causes "there is no transaction in progress" warnings. We should use `disable_ddl_transaction!` instead, if we can omit transaction completely.
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions