aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v75.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-33/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* 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