feat(users): support avatar, email and bgColor in fe
This commit is contained in:
parent
817ced61de
commit
95e5be092a
12 changed files with 36 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue