mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
增加清理用户功能
This commit is contained in:
@@ -74,7 +74,7 @@ model LogEntry {
|
||||
createdAt DateTime @default(now())
|
||||
// logEntry String? @db.Text
|
||||
logToken Int? @default(0)
|
||||
user User? @relation(fields: [userID], references: [id], onDelete: NoAction)
|
||||
user User? @relation(fields: [userID], references: [id], onDelete: SetNull)
|
||||
}
|
||||
|
||||
model VerificationToken {
|
||||
|
||||
Reference in New Issue
Block a user