summaryrefslogtreecommitdiffstats
path: root/models/migrations/v85.go
Commit message (Collapse)AuthorAgeFilesLines
* 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