- remove fk.

This commit is contained in:
gazebo
2018-08-30 15:18:03 +08:00
parent 3538371333
commit 7774fd0995

View File

@@ -15,7 +15,6 @@ var (
func Init() {
dbStr = beego.AppConfig.String("dbConnectStr")
AutoMigrate()
// globals.SugarLogger.Debug("fuck")
}
func GetDB() *gorm.DB {