add uuid to active storage blob
This commit is contained in:
+3
-1
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.1].define(version: 2024_02_03_113455) do
|
||||
ActiveRecord::Schema[7.1].define(version: 2024_02_18_082157) do
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
||||
@@ -74,7 +74,9 @@ ActiveRecord::Schema[7.1].define(version: 2024_02_03_113455) do
|
||||
t.bigint "byte_size", null: false
|
||||
t.string "checksum"
|
||||
t.datetime "created_at", null: false
|
||||
t.string "uuid"
|
||||
t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true
|
||||
t.index ["uuid"], name: "index_active_storage_blobs_on_uuid", unique: true
|
||||
end
|
||||
|
||||
create_table "active_storage_variant_records", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user