diff options
author | unarist <m.unarist@gmail.com> | 2018-01-05 03:38:29 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-04 19:38:29 +0100 |
commit | 7347d4f8bb6471c892d4feb58e1e0a4d13a229c4 (patch) | |
tree | 55ef68a7d2f4fe6e140229310a9a3e4eeb731e72 /config/locales/zh-TW.yml | |
parent | 7571c37c991c7bcaf83c524105f4a3b64b19670c (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 'config/locales/zh-TW.yml')
0 files changed, 0 insertions, 0 deletions