diff options
author | Erin <sylphofelectricity@gmail.com> | 2017-12-10 16:41:25 -0600 |
---|---|---|
committer | Erin <sylphofelectricity@gmail.com> | 2017-12-10 16:41:25 -0600 |
commit | 434c70fd9855f55f6238cdd5a551f60c28572970 (patch) | |
tree | 3b0f3080a5f9f50676ecc84dcb4b7b5e0f0155e5 /app | |
parent | 282f48ddd1868fcd8fa2887bbaf13036c949c22d (diff) |
add a local_only column to the statuses table
Diffstat (limited to 'app')
-rw-r--r-- | app/models/status.rb | 1 |
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 |