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 v13 = MultiDBState{
|
|
Version: 13,
|
|
DBStates: v12.DBStates,
|
|
}
|