add a local_only column to the statuses table

This commit is contained in:
Erin
2017-12-10 16:41:25 -06:00
parent 282f48ddd1
commit 434c70fd98
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@
# account_id :integer not null
# application_id :integer
# in_reply_to_account_id :integer
# local_only :boolean
#
class Status < ApplicationRecord