Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraWeller committed Sep 13, 2017
1 parent ceb23ae commit aec3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20170614123831_add_name_to_users.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddNameAndEmailToUsers < ActiveRecord::Migration[5.0]
class AddNameToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :name, :string
add_column :users, :email, :string
Expand Down

0 comments on commit aec3495

Please sign in to comment.