mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
fix ip long
This commit is contained in:
parent
a82a32163c
commit
ad10f9cfc5
@ -68,7 +68,7 @@ model Session {
|
||||
|
||||
model LogEntry {
|
||||
id Int @id @default(autoincrement())
|
||||
ip String? @db.VarChar(25)
|
||||
ip String? @db.VarChar(50) // IPV6 long 39
|
||||
path String? @db.Text
|
||||
model String? @db.VarChar(25)
|
||||
userName String? @db.VarChar(50)
|
||||
|
Loading…
Reference in New Issue
Block a user