diff options
author | Keiji, Yoshimi <walf443@gmail.com> | 2017-04-21 00:13:06 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-20 17:13:06 +0200 |
commit | 4df26b262184ebc75344369f236e2a37e3722513 (patch) | |
tree | 3b9b292e2b13375f23f194e18ca36a104d136dba /db | |
parent | 556f68ab15033cdd5b8e60d1178f848c29ab0994 (diff) |
it may be mentions_status_id_index is duplicated of index_mentions_on_status_id index. (#2224)
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 78b419b82..970412274 100644 --- a/db/schema.rb +++ b/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| |