Skip to content

Commit

Permalink
fix: initial remote commit should include all schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Aug 3, 2023
1 parent c7eecff commit b52d90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/remote/commit/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b52d90c

Please sign in to comment.