spec/dummy/db/migrate/20130318201927_create_customers.rb in koudoku-1.2.4 vs spec/dummy/db/migrate/20130318201927_create_customers.rb in koudoku-2.0.0

- old
+ new

@@ -1,5 +1,5 @@ -class CreateCustomers < ActiveRecord::Migration +class CreateCustomers < ActiveRecord::Migration[5.1] def change create_table :customers do |t| t.string :email t.timestamps end