Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit da2f37c

Browse files
committed
fix: remove reversibility flag from migration
1 parent 45146a9 commit da2f37c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

migrations/migration-8/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ async function revert (repoPath, options, isBrowser) {
3333
module.exports = {
3434
version: 8,
3535
description: 'Transforms key\'s names into base32 encoding and converts Block store to use multihashes',
36-
reversible: false, // TODO: Currently Block's CIDs are lost
3736
migrate,
3837
revert
3938
}

0 commit comments

Comments
 (0)