mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 10:39:03 +02:00
Merge pull request #4332 from cfromknecht/dry-run-migration-logs
channeldb: dry run migration logs
This commit is contained in:
commit
c5e62ba9b3
@ -29,7 +29,7 @@ const (
|
||||
var (
|
||||
// ErrDryRunMigrationOK signals that a migration executed successful,
|
||||
// but we intentionally did not commit the result.
|
||||
ErrDryRunMigrationOK = errors.New("Dry run migration successful")
|
||||
ErrDryRunMigrationOK = errors.New("dry run migration successful")
|
||||
)
|
||||
|
||||
// migration is a function which takes a prior outdated version of the database
|
||||
|
Loading…
x
Reference in New Issue
Block a user