mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
chore: clean up schema.rb
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
|
||||
ActiveRecord::Schema.define(version: 2023_04_26_130150) do
|
||||
|
||||
ActiveRecord::Schema[7.0].define(version: 2023_04_26_130150) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_stat_statements"
|
||||
enable_extension "pg_trgm"
|
||||
@@ -75,7 +73,6 @@ ActiveRecord::Schema.define(version: 2023_04_26_130150) do
|
||||
t.bigint "blob_id", null: false
|
||||
t.datetime "created_at", precision: nil, null: false
|
||||
t.index ["blob_id"], name: "index_active_storage_attachments_on_blob_id"
|
||||
t.index ["record_id", "record_type", "name"], name: "active_storage_att_record_id_type_name_idx"
|
||||
t.index ["record_type", "record_id", "name", "blob_id"], name: "index_active_storage_attachments_uniqueness", unique: true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user