Fix mistakenly included glitch-soc database columns (#37824)

This commit is contained in:
Claire 2026-02-11 13:34:34 +01:00 committed by GitHub
parent 062d0b454b
commit 20fedab093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1127,7 +1127,6 @@ ActiveRecord::Schema[8.0].define(version: 2026_02_09_143308) do
t.string "poll_options", array: true
t.boolean "sensitive"
t.bigint "quote_id"
t.string "content_type"
t.index ["account_id"], name: "index_status_edits_on_account_id"
t.index ["status_id"], name: "index_status_edits_on_status_id"
end
@ -1190,8 +1189,6 @@ ActiveRecord::Schema[8.0].define(version: 2026_02_09_143308) do
t.bigint "ordered_media_attachment_ids", array: true
t.datetime "fetched_replies_at"
t.integer "quote_approval_policy", default: 0, null: false
t.boolean "local_only"
t.string "content_type"
t.index ["account_id", "id", "visibility", "updated_at"], name: "index_statuses_20190820", order: { id: :desc }, where: "(deleted_at IS NULL)"
t.index ["account_id"], name: "index_statuses_on_account_id"
t.index ["conversation_id"], name: "index_statuses_on_conversation_id"