Update db/schema.rb for thumbnail_storage_schema_version

This commit is contained in:
Shugo Maeda 2025-11-18 20:51:08 +09:00
parent 1dcf1d2c84
commit 2383fcc0a8
No known key found for this signature in database
GPG Key ID: 2DFE34085E97CE47

View File

@ -727,6 +727,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_11_19_093332) do
t.integer "thumbnail_file_size"
t.datetime "thumbnail_updated_at", precision: nil
t.string "thumbnail_remote_url"
t.integer "thumbnail_storage_schema_version"
t.index ["account_id", "status_id"], name: "index_media_attachments_on_account_id_and_status_id", order: { status_id: :desc }
t.index ["scheduled_status_id"], name: "index_media_attachments_on_scheduled_status_id", where: "(scheduled_status_id IS NOT NULL)"
t.index ["shortcode"], name: "index_media_attachments_on_shortcode", unique: true, opclass: :text_pattern_ops, where: "(shortcode IS NOT NULL)"