fix(postgres): fixed issue with postgres caused by wrong prefrences table types, dropped table and created it with correct column types, fixes #4558

This commit is contained in:
Torkel Ödegaard
2016-04-05 11:24:21 -04:00
parent 676e950fa3
commit 9b30634217
4 changed files with 16 additions and 8 deletions
+1
View File
@@ -116,6 +116,7 @@ func (this *service) ServeHTTP(w http.ResponseWriter, r *http.Request) {
if avatar.Expired() {
if err := avatar.Update(); err != nil {
log.Trace("avatar update error: %v", err)
avatar = this.notFound
}
}