Closed eden-ohana closed 2 years ago
On the kv migration remove/update the commit version that was added after the parent switch bug on the merge.
const ( CommitVersionInitial CommitVersion = iota CommitVersionParentSwitch CurrentCommitVersion = CommitVersionParentSwitch )
@eden-ohana Do we need it for the release?
can't be done - lakeFS kv migration can't change commit IDs
On the kv migration remove/update the commit version that was added after the parent switch bug on the merge.