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

Commit

Permalink
fix: remove reversibility flag from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Sep 16, 2019
1 parent 45146a9 commit da2f37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/migration-8/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async function revert (repoPath, options, isBrowser) {
module.exports = {
version: 8,
description: 'Transforms key\'s names into base32 encoding and converts Block store to use multihashes',
reversible: false, // TODO: Currently Block's CIDs are lost
migrate,
revert
}

0 comments on commit da2f37c

Please sign in to comment.