summaryrefslogtreecommitdiffstats
path: root/models/migrations/v75.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix table name typo on SQL (#5562)Lunny Xiao2018-12-191-2/+2
| | | | | | * fix table name typo on SQL * fix reserved word user when on mssql
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-181-0/+33
* fix forgot removed records when deleting user * fix migration * fix rewritekey lock on sqlite * remove unused codes