mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
opt admin man
This commit is contained in:
@@ -25,6 +25,7 @@ model User {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
allowToLogin Boolean @default(true)
|
||||
isAdmin Boolean? @default(false)
|
||||
accounts Account[]
|
||||
sessions Session[]
|
||||
// sites Site[]
|
||||
|
||||
Reference in New Issue
Block a user