diff options
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 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 |