mirror of
https://github.com/mastodon/mastodon.git
synced 2026-02-22 11:08:31 +00:00
Fix mistakenly included glitch-soc database columns (#37824)
This commit is contained in:
parent
062d0b454b
commit
20fedab093
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user