chore: clean up schema.rb

This commit is contained in:
Sojan
2023-04-27 15:33:27 +05:30
parent 3ef08d63cb
commit c732ed5f80

View File

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