1
0
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-18 17:15:03 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Nick Schonning
1d557305d2
Enable Rubocop Style/FrozenStringLiteralComment () 2023-07-12 09:47:08 +02:00
Claire
c0e87ad8ed
Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 () 2023-03-27 16:09:10 +02:00
unarist
7347d4f8bb Use disable_ddl_transaction! to prevent warnings on migration ()
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.
2018-01-04 19:38:29 +01:00
takayamaki
dc1ebd45a3 add index on stream_entries table () 2017-11-30 03:35:54 +01:00