|
@@ -10,7 +10,7 @@
|
10
|
10
|
#
|
11
|
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
|
12
|
|
13
|
|
-ActiveRecord::Schema.define(version: 20161207204407) do
|
|
13
|
+ActiveRecord::Schema.define(version: 20161208091531) do
|
14
|
14
|
|
15
|
15
|
create_table "activities", force: :cascade do |t|
|
16
|
16
|
t.string "public_name"
|
|
@@ -69,7 +69,7 @@ ActiveRecord::Schema.define(version: 20161207204407) do
|
69
|
69
|
|
70
|
70
|
create_table "users", force: :cascade do |t|
|
71
|
71
|
t.string "email"
|
72
|
|
- t.string "password_hash"
|
|
72
|
+ t.string "password_digest"
|
73
|
73
|
t.string "confirmation_token"
|
74
|
74
|
t.string "password_reset_token"
|
75
|
75
|
t.integer "person_id"
|