parent
c1cf8c1636
commit
bfc509f44a
@ -0,0 +1,5 @@ |
||||
class AddContentTypeToStatuses < ActiveRecord::Migration[5.2] |
||||
def change |
||||
add_column :statuses, :content_type, :string |
||||
end |
||||
end |
Loading…
Reference in new issue