From d90da7d080d25355290e5d5e86c2c918d685add7 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 9 Feb 2022 17:59:43 +0100 Subject: Add content_type to status_edits --- app/models/status_edit.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models') diff --git a/app/models/status_edit.rb b/app/models/status_edit.rb index 6e88864e8..3d8098fe7 100644 --- a/app/models/status_edit.rb +++ b/app/models/status_edit.rb @@ -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 -- cgit