migrate: Avoid re-checksumming when migrating from hashE to hash backend.
This commit is contained in:
parent
564de5e508
commit
9d71903c2f
7 changed files with 34 additions and 12 deletions
|
@ -24,6 +24,7 @@ backend = Backend
|
|||
, getKey = const $ return Nothing
|
||||
, fsckKey = Nothing
|
||||
, canUpgradeKey = Nothing
|
||||
, fastMigrate = Nothing
|
||||
}
|
||||
|
||||
{- Every unique url has a corresponding key. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue