mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 20:19:24 +08:00
Fix data models (#13444)
### What problem does this PR solve? Since database model is updated in python version, go server also need to update ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ type UserInfo struct {
|
||||
Email string
|
||||
Nickname string
|
||||
IsActive string
|
||||
CreateTime int64
|
||||
CreateTime *int64
|
||||
UpdateTime *int64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user