summaryrefslogtreecommitdiffstats
path: root/models/migrations/v85.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
| | | | | | | | | | | | | | | | | | * display ui time with customize time location * fix lint * rename UILocation to DefaultUILocation * move time related functions to modules/timeutil * fix tests * fix tests * fix build * fix swagger
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-051-38/+1
| | | | | | | | | | * Fix dropTableColumns sqlite implementation * use droptables and its index dropping support in v78 and v85 * golang-ci fixes * Add migration from gitea 1.3.3 for sqlite which reveals the droptables bug - thus showing this works
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Add golangci (#6418)kolaente2019-06-121-0/+3
|
* Fix v85.go: Set UNIQUE constraint later (#6851)zeripath2019-05-051-3/+21
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Hash App token (#6724)techknowlogick2019-05-041-0/+135