diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 5d8aea601..526480df4 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -846,6 +846,7 @@ ActiveRecord::Schema.define(version: 2022_06_06_044941) do t.text "spoiler_text", default: "", null: false t.datetime "created_at", precision: 6, null: false t.datetime "updated_at", precision: 6, null: false + t.string "content_type" t.bigint "ordered_media_attachment_ids", array: true t.text "media_descriptions", array: true t.string "poll_options", array: true @@ -891,7 +892,9 @@ ActiveRecord::Schema.define(version: 2022_06_06_044941) do t.bigint "account_id", null: false t.bigint "application_id" t.bigint "in_reply_to_account_id" + t.boolean "local_only" t.bigint "poll_id" + t.string "content_type" t.datetime "deleted_at" t.datetime "edited_at" t.boolean "trendable" |