summaryrefslogtreecommitdiffstats
path: root/models/migrations/v115.go
Commit message (Collapse)AuthorAgeFilesLines
* Re-attempt to delete temporary upload if the file is locked by another ↵zeripath2020-08-111-2/+3
| | | | | | | | | | | process (#12447) Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util. Fix #12339 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: silverwind <me@silverwind.io>
* Add logging to long migrations (#11647)zeripath2020-05-291-0/+43
| | | | | | | * Add logging to long migrations Also fix v136 to not use models Signed-off-by: Andrew Thornton <art27@cantab.net>
* Ignore empty avatars in v115.go (#9520)zeripath2019-12-281-1/+4
| | | | | | * Ignore empty avatars * fixup! Ignore empty avatars
* Fix user avatar name (#8547)Masudur Rahman2019-12-271-0/+112
Migrate avatar names to include user ID and the md5 hash.