mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
fix: Table 'yunionlogger.users_cache_tbl' doesn't exist
This commit is contained in:
@@ -25,7 +25,7 @@ func initHandlers(app *appsrv.Application) {
|
||||
db.InitAllManagers()
|
||||
|
||||
for _, manager := range []db.IModelManager{
|
||||
// db.UserCacheManager,
|
||||
db.UserCacheManager,
|
||||
db.TenantCacheManager,
|
||||
} {
|
||||
db.RegisterModelManager(manager)
|
||||
|
||||
Reference in New Issue
Block a user