mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix mistakenly included glitch-soc database columns (#37824)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user