mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Prepare for v0.4.0 release
This commit is contained in:
parent
fbf274b751
commit
ddb7f55035
|
@ -2,7 +2,6 @@ filesets:
|
||||||
includes:
|
includes:
|
||||||
- templates
|
- templates
|
||||||
- public
|
- public
|
||||||
- conf
|
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
- README_ZH.md
|
- README_ZH.md
|
||||||
|
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue