forked from shibao/cannery
fixup! cleanup user and user token models
This commit is contained in:
parent
21a7160be4
commit
62b48e5fab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user