feat(users): support avatar, email and bgColor in fe

This commit is contained in:
hexxa 2022-03-20 17:47:15 +08:00 committed by Hexxa
parent 817ced61de
commit 95e5be092a
12 changed files with 36 additions and 3 deletions

View file

@ -80,9 +80,6 @@ func NewFileInfoStore(store kvstore.IKVStore) (*FileInfoStore, error) {
boltdb: boltdb,
mtx: &sync.RWMutex{},
}
if err = migrate(fi); err != nil {
return nil, err
}
return fi, nil
}