Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `spec/models/status_spec.rb`: Upstream added tests too close to glitch-soc-specific tests. Kept both tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class RemoveMentionsStatusIdIndex < ActiveRecord::Migration[6.1]
|
||||
def up
|
||||
remove_index :mentions, name: :mentions_status_id_index if index_exists?(:mentions, :status_id, name: :mentions_status_id_index)
|
||||
end
|
||||
|
||||
def down
|
||||
# As this index should not exist and is a duplicate of another index, do not re-create it
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user