|
|
@@ -10,7 +10,7 @@
|
|
|
#
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
|
|
-ActiveRecord::Schema.define(version: 2020_01_05_063306) do
|
|
|
+ActiveRecord::Schema.define(version: 2020_01_18_200407) do
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
enable_extension "plpgsql"
|
|
|
@@ -26,7 +26,7 @@ ActiveRecord::Schema.define(version: 2020_01_05_063306) do
|
|
|
|
|
|
create_table "users", force: :cascade do |t|
|
|
|
t.string "username", default: "", null: false
|
|
|
- t.string "email", default: "", null: false
|
|
|
+ t.string "email", default: ""
|
|
|
t.string "password_digest", default: "", null: false
|
|
|
t.string "reset_password_token"
|
|
|
t.datetime "reset_password_sent_at"
|