Add content_type to status_edits

This commit is contained in:
Claire
2022-02-09 17:59:43 +01:00
parent 44b06c4d96
commit d90da7d080
3 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,7 @@
# media_attachments_changed :boolean default(FALSE), not null
# created_at :datetime not null
# updated_at :datetime not null
# content_type :string
#
class StatusEdit < ApplicationRecord