mirror of
https://github.com/kikobar/mastodon.git
synced 2025-02-24 03:33:35 +00:00
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 |