Commit a45cecdd authored by luxq's avatar luxq

fix bug

parent 8abdbf41
...@@ -26,4 +26,5 @@ func DbInit(dbconf DbConfig) { ...@@ -26,4 +26,5 @@ func DbInit(dbconf DbConfig) {
orm.RegisterModel(new(TaskType)) orm.RegisterModel(new(TaskType))
orm.RegisterModel(new(UserLevel)) orm.RegisterModel(new(UserLevel))
orm.RegisterModel(new(UserLevelTaskType)) orm.RegisterModel(new(UserLevelTaskType))
orm.RegisterModel(new(Whitelist))
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment