]> source.dussan.org Git - gitea.git/commit
Fix user avatar name (#8547)
authorMasudur Rahman <masudjuly02@gmail.com>
Fri, 27 Dec 2019 18:27:59 +0000 (00:27 +0600)
committerzeripath <art27@cantab.net>
Fri, 27 Dec 2019 18:27:59 +0000 (18:27 +0000)
commite3a5b8321240e489bb9048ecf2caccf73c0abc36
tree60ab5abffed6f06753ea3e2436e95a88bbe30f05
parent145c1ea0b6b1f79eff047041853378319117fd39
Fix user avatar name (#8547)

Migrate avatar names to include user ID and the md5 hash.
models/migrations/migrations.go
models/migrations/v115.go [new file with mode: 0644]
models/user.go