mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-11 22:52:41 +00:00
Update db/schema.rb for thumbnail_storage_schema_version
This commit is contained in:
parent
1dcf1d2c84
commit
2383fcc0a8
|
|
@ -727,6 +727,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_11_19_093332) do
|
||||||
t.integer "thumbnail_file_size"
|
t.integer "thumbnail_file_size"
|
||||||
t.datetime "thumbnail_updated_at", precision: nil
|
t.datetime "thumbnail_updated_at", precision: nil
|
||||||
t.string "thumbnail_remote_url"
|
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 ["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 ["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)"
|
t.index ["shortcode"], name: "index_media_attachments_on_shortcode", unique: true, opclass: :text_pattern_ops, where: "(shortcode IS NOT NULL)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user