about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-04-18 19:08:35 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-04-18 19:08:35 -0500
commit78c145d3cb6b3b0b62bf7e122abb15e919150f55 (patch)
tree4fe80a3375fafa512f9675e872e2f38578197ecd /app/models
parent16d5217502a09132dc14a3a808036af5dbcb73dd (diff)
db: make schema.rb version subsume bookmarks migration.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/status.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 5d309546f..952661169 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -24,6 +24,7 @@
 #  application_id         :integer
 #  in_reply_to_account_id :integer
 #  local_only             :boolean
+#  full_status_text       :text             default(""), not null
 #
 
 class Status < ApplicationRecord