diff --git a/db/schema.rb b/db/schema.rb index 21ee37e4185..44b71d97034 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"