Remove index_chat_channels_on_slug from schema (#7528)

This commit is contained in:
Mac Siri 2020-04-27 12:23:38 -04:00 committed by GitHub
parent 9de59c4107
commit 95981fa937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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|