Adds a no-op migration for metadata v3
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -43,7 +43,7 @@ const (
|
||||
// dbVersion represents updates to the schema
|
||||
// version which are additions and compatible with
|
||||
// prior version of the same schema.
|
||||
dbVersion = 2
|
||||
dbVersion = 3
|
||||
)
|
||||
|
||||
// DB represents a metadata database backed by a bolt
|
||||
|
||||
Reference in New Issue
Block a user