This commit is contained in:
邹宗楠
2024-10-11 14:34:38 +08:00
parent 30365bf91a
commit 9a6843f572
4 changed files with 9 additions and 9 deletions

View File

@@ -137,5 +137,4 @@ func Init() {
orm.RegisterModel(&model.KnowledgeDepot{})
// create table
orm.RunSyncdb("default", false, true)
globals.SugarLogger.Debugf("---------beegodb 1")
}