parent
44b06c4d96
commit
d90da7d080
@ -0,0 +1,5 @@
|
||||
class AddContentTypeToStatusEdits < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :status_edits, :content_type, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue