aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v96.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix migration bug on v96.go (#10572) (#10574)guillep2k2020-03-021-16/+31
| | | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Fix migration v96 to keep issue attachments (#8435)guillep2k2019-10-091-1/+1
| | | | | | * Fix migration v96 to keep issue attachments * Fix == operator
* Delete releases attachments if release is deleted (#6068)Lanre Adelowo2019-09-221-0/+48
* delete attachments from the database and file system * add migration * fix import statements * fix package name * remove conditional should in case the confi has been changed and the server restarted * simplify deletion of attachments in DB * fix CI build * fix review * add copyright in the proper place * fix review