about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 3cbbd7732..111bf086d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -813,6 +813,7 @@ ActiveRecord::Schema.define(version: 2020_07_24_045955) do
     t.integer "edited", default: 0, null: false
     t.integer "nest_level", limit: 2, default: 0, null: false
     t.boolean "published", default: true, null: false
+    t.text "title"
     t.index ["account_id", "id", "visibility", "updated_at"], name: "index_statuses_20190820", order: { id: :desc }, where: "(deleted_at IS NULL)"
     t.index ["account_id", "id"], name: "index_unpublished_statuses", order: { id: :desc }, where: "((deleted_at IS NULL) AND (published = false))"
     t.index ["conversation_id"], name: "index_statuses_on_conversation_id", where: "(deleted_at IS NULL)"