it may be mentions_status_id_index is duplicated of index_mentions_on_status_id index. (#2224)

master
Keiji, Yoshimi 7 years ago committed by Eugen
parent 556f68ab15
commit 4df26b2621
  1. 1
      db/schema.rb

@ -131,7 +131,6 @@ ActiveRecord::Schema.define(version: 20170418160728) do
t.datetime "updated_at", null: false
t.index ["account_id", "status_id"], name: "index_mentions_on_account_id_and_status_id", unique: true, using: :btree
t.index ["status_id"], name: "index_mentions_on_status_id", using: :btree
t.index ["status_id"], name: "mentions_status_id_index", using: :btree
end
create_table "mutes", force: :cascade do |t|

Loading…
Cancel
Save