mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: rename MigrationStream names to MigrationSet
This commit is contained in:
parent
10337691cb
commit
f78ddf1702
11 changed files with 34 additions and 35 deletions
|
|
@ -119,7 +119,7 @@ func NewStores(ctx context.Context, cfg *Config,
|
|||
if !cfg.Sqlite.SkipMigrations {
|
||||
err = sqldb.ApplyAllMigrations(
|
||||
sqlStore,
|
||||
migstreams.MakeMigrationStreams(
|
||||
migstreams.MakeMigrationSets(
|
||||
ctx, basicClient, cfg.MacaroonPath,
|
||||
clock,
|
||||
),
|
||||
|
|
@ -165,7 +165,7 @@ func NewStores(ctx context.Context, cfg *Config,
|
|||
if !cfg.Postgres.SkipMigrations {
|
||||
err = sqldb.ApplyAllMigrations(
|
||||
sqlStore,
|
||||
migstreams.MakeMigrationStreams(
|
||||
migstreams.MakeMigrationSets(
|
||||
ctx, basicClient, cfg.MacaroonPath,
|
||||
clock,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue