mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 22:38:42 +09:00
7347d4f8bb
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. |
||
---|---|---|
.. | ||
migrate | ||
schema.rb | ||
seeds.rb |