mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 15:13:31 +02:00
We put this new schema update into the main line and change the versions of the schema updates which are currently only available in dev builds. The schemas need to be chronological therefore we also need to rename the file numbers.
11 lines
356 B
Go
11 lines
356 B
Go
//go:build !test_db_postgres && !test_db_sqlite && !test_native_sql
|
|
|
|
package sqldb
|
|
|
|
// migrationAdditions is a list of migrations that are added to the
|
|
// migrationConfig slice.
|
|
//
|
|
// NOTE: This should always be empty and instead migrations for production
|
|
// should be added into the main line (see migrations.go).
|
|
var migrationAdditions []MigrationConfig
|