db: add quote_id to statuses table

This commit is contained in:
Ariadne Conill 2022-12-25 02:48:37 +00:00 committed by Andrew Pietila
parent d908987bae
commit 8a706d437d

View file

@ -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)"