Refactor user bootstrap

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-04-28 19:59:27 +08:00
parent 7a3ac35566
commit 581990a52f
6 changed files with 169 additions and 70 deletions
-1
View File
@@ -7,5 +7,4 @@ type UserUnitData struct {
DisplayRank int `xorm:"display_rank"`
UserID int `xorm:"user_id"`
InsertDate int64 `xorm:"insert_date"`
UpdateDate int64 `xorm:"update_date"`
}