Skip to content

Commit

Permalink
fix reset
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro committed Mar 23, 2023
1 parent 2e0c516 commit 1c3e662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/meta/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func (m *dbMeta) Reset() error {
&node{}, &edge{}, &symlink{}, &xattr{},
&chunk{}, &sliceRef{}, &delslices{},
&session{}, &session2{}, &sustained{}, &delfile{},
&flock{}, &plock{}, &dirStats{})
&flock{}, &plock{}, &dirStats{}, &detachedNode{})
}

func (m *dbMeta) doLoad() (data []byte, err error) {
Expand Down

0 comments on commit 1c3e662

Please sign in to comment.