mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02: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.