Skip to content

Commit

Permalink
restore name attribute to User model
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Nov 11, 2016
1 parent dced030 commit 423af9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions db/migrate/20150204130343_remove_name_from_users.rb

This file was deleted.

3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20150204130343) do
ActiveRecord::Schema.define(version: 20150203152251) do

create_table "coupons", force: :cascade do |t|
t.string "code"
Expand Down Expand Up @@ -38,6 +38,7 @@
t.integer "role"
t.integer "coupon_id"
t.string "stripe_token"
t.string "name"
t.index ["coupon_id"], name: "index_users_on_coupon_id"
t.index ["email"], name: "index_users_on_email", unique: true
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true
Expand Down

0 comments on commit 423af9a

Please sign in to comment.