parent
4ffee8156d
commit
c3725e1e19
@ -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