about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
authorErin <sylphofelectricity@gmail.com>2017-12-10 16:41:25 -0600
committerErin <sylphofelectricity@gmail.com>2017-12-10 16:41:25 -0600
commit434c70fd9855f55f6238cdd5a551f60c28572970 (patch)
tree3b0f3080a5f9f50676ecc84dcb4b7b5e0f0155e5 /app/models/status.rb
parent282f48ddd1868fcd8fa2887bbaf13036c949c22d (diff)
add a local_only column to the statuses table
Diffstat (limited to 'app/models/status.rb')
-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 70cfdc1c7..294044139 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -23,6 +23,7 @@
 #  account_id             :integer          not null
 #  application_id         :integer
 #  in_reply_to_account_id :integer
+#  local_only             :boolean
 #
 
 class Status < ApplicationRecord