fb8e78132d
Change-Id: If7d64dd4ae58e4b656ff9122ae3195b2a5173cb3
13 lines
340 B
Go
13 lines
340 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package storagenodedb
|
|
|
|
// DeprecatedInfoDBName represents the database name.
|
|
const DeprecatedInfoDBName = "info"
|
|
|
|
// deprecatedInfoDB represents the database that contains the original legacy sqlite3 database.
|
|
type deprecatedInfoDB struct {
|
|
dbContainerImpl
|
|
}
|