Skip to content

Commit 531b5f7

Browse files
committed
Remove the devise-specific fields from spree_users
Let solidus_auth_devise add and maintain the fields it needs.
1 parent 8e5adb4 commit 531b5f7

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

core/db/migrate/20160101010000_solidus_one_four.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,11 @@ def up
1111
# but spree_api depends on it existing. This defininition comes from solidus_auth_devise's first migration,
1212
# and creates a table equivolent to it
1313
create_table "spree_users", force: true do |t|
14-
t.string "crypted_password", limit: 128
15-
t.string "salt", limit: 128
1614
t.string "email"
17-
t.string "remember_token"
18-
t.string "remember_token_expires_at"
19-
t.string "persistence_token"
20-
t.string "single_access_token"
21-
t.string "perishable_token"
22-
t.integer "login_count", default: 0, null: false
23-
t.integer "failed_login_count", default: 0, null: false
24-
t.datetime "last_request_at"
25-
t.datetime "current_login_at"
26-
t.datetime "last_login_at"
27-
t.string "current_login_ip"
28-
t.string "last_login_ip"
29-
t.string "login"
3015
t.integer "ship_address_id"
3116
t.integer "bill_address_id"
3217
t.datetime "created_at", null: false, precision: 6
3318
t.datetime "updated_at", null: false, precision: 6
34-
t.string "openid_identifier"
3519
end
3620

3721
create_table "friendly_id_slugs", force: :cascade do |t|

0 commit comments

Comments
 (0)