7718802f0c
* Migrate test: prepare for multiple databases * Add copyright * Fix unused variables * Move data to testdata, split MultiDBSnapshot from MultiDBState
10 lines
164 B
Go
10 lines
164 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package testdata
|
|
|
|
var v14 = MultiDBState{
|
|
Version: 14,
|
|
DBStates: v13.DBStates,
|
|
}
|