forked from mirrors/mastodon
db: add quote_id to statuses table
This commit is contained in:
parent
d908987bae
commit
8a706d437d
1 changed files with 1 additions and 0 deletions
|
@ -943,6 +943,7 @@ ActiveRecord::Schema.define(version: 2023_02_15_074424) do
|
|||
t.datetime "edited_at"
|
||||
t.boolean "trendable"
|
||||
t.bigint "ordered_media_attachment_ids", array: true
|
||||
t.bigint "quote_id"
|
||||
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 ["deleted_at"], name: "index_statuses_on_deleted_at", where: "(deleted_at IS NOT NULL)"
|
||||
|
|
Loading…
Add table
Reference in a new issue