summaryrefslogtreecommitdiffstats
path: root/modules/setting/database_sqlite.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix golangci-lint warnings (#17598 et al) (#17668)Gusted2021-11-161-0/+1
| | | | | | | | | Backport #17598 Backport #17606 Backport #17608 Backport #17609 - Since https://gitea.com/gitea/test-env/pulls/10 the golangci-lint has been upgraded and is erroring about new warnings in the code, this PR fixes those warnings.
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-0/+16
* move database settings from models to setting * update docs * fix checkout pr * fix tests * fix lint * remove unsupported tidb options * correct wrong variable name * remove tidb totally