mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 02:58:53 -06:00
This iterates over all the values of the old version and creates new values of the new version. Closes #2428 Fixes #2272
8 lines
276 B
Go
8 lines
276 B
Go
// Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
// Licensed under the Apache License, version 2.0:
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
// Package migration provides functions to convert Noms values between different Noms format versions.
|
|
|
|
package migration
|