some proper auth
This commit is contained in:
@@ -17,8 +17,8 @@ model Game {
|
||||
}
|
||||
|
||||
model Human {
|
||||
key String @id
|
||||
name String
|
||||
key String @id @default(cuid(2))
|
||||
name String @default("")
|
||||
Instance Instance[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user