|
|
@ -60,11 +60,11 @@ func GlobalInit() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
models.HasEngine = true |
|
|
|
models.HasEngine = true |
|
|
|
if models.EnableSQLite3 { |
|
|
|
|
|
|
|
log.Info("SQLite3 Enabled") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
cron.NewCronContext() |
|
|
|
cron.NewCronContext() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if models.EnableSQLite3 { |
|
|
|
|
|
|
|
log.Info("SQLite3 Enabled") |
|
|
|
|
|
|
|
} |
|
|
|
checkRunMode() |
|
|
|
checkRunMode() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|