\Master?/ \ますたー/
Merged tootsuite/mastodon at d0fc69d7213cab03c57947cac94bad1fd9cc6dba.
Migrating to AddCaseInsensitiveBtreeIndexToTags (20210421121431)
-- execute("CREATE UNIQUE INDEX CONCURRENTLY index_tags_on_name_lower_btree ON tags (lower(name) text_pattern_ops)")
[strong_migrations] DANGER: No lock timeout set
-> 0.2539s
-- remove_index(:tags, {:name=>"index_tags_on_name_lower"})
-> 0.0123s
(0.2709s)
Migrating to AddIndexOnMediaAttachmentsAccountIdStatusId (20210425135952)
[strong_migrations] DANGER: No lock timeout set
-- add_index(:media_attachments, [:account_id, :status_id], {:order=>{:status_id=>:desc}, :algorithm=>:concurrently})
-> 5.5105s
-- remove_index(:media_attachments, :account_id, {:algorithm=>:concurrently})
-> 0.0312s
(5.5443s)