Remove duplicate index
This commit is contained in:
parent
acf81e56d0
commit
7ec191754c
1 changed files with 0 additions and 1 deletions
|
@ -905,7 +905,6 @@ ActiveRecord::Schema.define(version: 2022_12_06_114142) do
|
|||
t.datetime "created_at", precision: 6, null: false
|
||||
t.datetime "updated_at", precision: 6, null: false
|
||||
t.index ["account_id", "status_id", "name"], name: "index_status_reactions_on_account_id_and_status_id", unique: true
|
||||
t.index ["account_id"], name: "index_status_reactions_on_account_id"
|
||||
t.index ["custom_emoji_id"], name: "index_status_reactions_on_custom_emoji_id"
|
||||
t.index ["status_id"], name: "index_status_reactions_on_status_id"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue