fixup! cleanup user and user token models

This commit is contained in:
shibao 2021-09-10 00:29:20 -04:00 committed by oliviasculley
parent 21a7160be4
commit 62b48e5fab
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ defmodule Cannery.Repo.Migrations.CreateUsersAuthTables do
add :email, :citext, null: false
add :hashed_password, :string, null: false
add :confirmed_at, :naive_datetime
add :role, :string
timestamps()
end