diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-09-30 12:28:53 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-09-30 12:28:53 -0500 |
commit | 4ce82c9158e8db897d192b6fdf611295fbfd0221 (patch) | |
tree | e30f33aaf95696a55876b268d4ed5ab7de9063d5 /app | |
parent | 22e7a7947900cc974715b0c9d1d6b1a44d2ed1eb (diff) |
Update Status model
Diffstat (limited to 'app')
-rw-r--r-- | app/models/status.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index dd7fad4fd..5f8680820 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -22,7 +22,6 @@ # application_id :bigint(8) # in_reply_to_account_id :bigint(8) # local_only :boolean default(FALSE), not null -# full_status_text :text default(""), not null # poll_id :bigint(8) # content_type :string # deleted_at :datetime |