aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/convert.go
Commit message (Expand)AuthorAgeFilesLines
* Support converting varchar to nvarchar for mssql database (#24105)Lunny Xiao2023-04-171-11/+16
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+0
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-1/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+2
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-4/+4
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-2/+2
* Add command to convert mysql database from utf8 to utf8mb4 (#7144)Lunny Xiao2019-06-081-0/+49