wangpengfei
2023-08-25 25c573d55986e02cf5f70cc3868e2b94a4be98e2
service/system/sys_initdb_sqlite.go
@@ -3,15 +3,15 @@
import (
   "context"
   "errors"
   "github.com/flipped-aurora/gin-vue-admin/server/config"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "github.com/glebarez/sqlite"
   "github.com/gofrs/uuid/v5"
   "github.com/gookit/color"
   "gorm.io/gorm"
   "path/filepath"
   "srm/config"
   "srm/global"
   "srm/model/system/request"
   "srm/utils"
)
type SqliteInitHandler struct{}