Remove index_chat_channels_on_slug from schema (#7528)
This commit is contained in:
parent
9de59c4107
commit
95981fa937
1 changed files with 0 additions and 1 deletions
|
|
@ -308,7 +308,6 @@ ActiveRecord::Schema.define(version: 2020_04_20_130910) do
|
|||
t.string "slug"
|
||||
t.string "status", default: "active"
|
||||
t.datetime "updated_at", null: false
|
||||
t.index ["slug"], name: "index_chat_channels_on_slug", unique: true
|
||||
end
|
||||
|
||||
create_table "classified_listing_categories", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue