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

@@ -0,0 +1,5 @@
class AddContentTypeToStatusEdits < ActiveRecord::Migration[6.1]
def change
add_column :status_edits, :content_type, :string
end
end