fixup! Unify shared code (and constants) with cindex package.

release-3.5
Piotr Tabor 2021-05-04 16:51:59 +02:00
parent a78d072b9a
commit f1123d696c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func migrateCommandFunc(cmd *cobra.Command, args []string) {
}()
readKeys(reader, be)
cindex.UpdateConsistentIndex(be.BatchTx(), index)
cindex.UpdateConsistentIndex(be.BatchTx(), index, true)
err := <-errc
if err != nil {
fmt.Println("failed to transform keys")