about summary refs log tree commit diff
path: root/db/migrate/20171226094803_more_faster_index_on_notifications.rb
AgeCommit message (Collapse)Author
2018-01-04Use disable_ddl_transaction! to prevent warnings on migration (#6183)unarist
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.
2017-12-26more faster index on notifications table (#6108)takayamaki