mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 21:48:00 +02:00
Prepare for v0.4.0 release
This commit is contained in:
@ -60,11 +60,11 @@ func GlobalInit() {
|
||||
}
|
||||
|
||||
models.HasEngine = true
|
||||
if models.EnableSQLite3 {
|
||||
log.Info("SQLite3 Enabled")
|
||||
}
|
||||
cron.NewCronContext()
|
||||
}
|
||||
if models.EnableSQLite3 {
|
||||
log.Info("SQLite3 Enabled")
|
||||
}
|
||||
checkRunMode()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user