fix: Adds password into User schema.
This commit is contained in:
parent
dfc258bde6
commit
6d0fc93138
2 changed files with 23 additions and 0 deletions
|
@ -50,6 +50,8 @@ model User {
|
|||
email String @unique
|
||||
name String?
|
||||
|
||||
password String // Will be hashed using bcrypt
|
||||
|
||||
rootToken String?
|
||||
permissions Permission[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue