diff options
Diffstat (limited to 'app/models/status_edit.rb')
-rw-r--r-- | app/models/status_edit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/status_edit.rb b/app/models/status_edit.rb index e33470226..c2330c04f 100644 --- a/app/models/status_edit.rb +++ b/app/models/status_edit.rb @@ -10,6 +10,7 @@ # spoiler_text :text default(""), not null # created_at :datetime not null # updated_at :datetime not null +# content_type :string # ordered_media_attachment_ids :bigint(8) is an Array # media_descriptions :text is an Array # poll_options :string is an Array |