diff --git a/internal/db/remote/commit/commit.go b/internal/db/remote/commit/commit.go index 74ef123ee..948d527f8 100644 --- a/internal/db/remote/commit/commit.go +++ b/internal/db/remote/commit/commit.go @@ -74,7 +74,7 @@ func fetchRemote(p utils.Program, ctx context.Context, schema []string, timestam return err } else if len(migrations) == 0 { p.Send(utils.StatusMsg("Committing initial migration on remote database...")) - return dump.Run(ctx, path, config, schema, false, false, false, false, false, fsys) + return dump.Run(ctx, path, config, nil, false, false, false, false, false, fsys) } w := utils.StatusWriter{Program: p}