Incremented the feature version for CHECK constraints

This commit is contained in:
Zach Musgrave
2021-04-12 19:58:44 -07:00
parent 80c9f7866e
commit f2e3c5fdb5

View File

@@ -40,7 +40,7 @@ type FeatureVersion int64
// DoltFeatureVersion is described in feature_version.md.
// only variable for testing.
var DoltFeatureVersion FeatureVersion = 0
var DoltFeatureVersion FeatureVersion = 1
// RootValue defines the structure used inside all Dolthub noms dbs
type RootValue struct {