Add parallel migration support to `bbs2gh generate-script`
Open
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
## Description
Both `ado2gh generate-script` and `gei generate-script` can generate both a sequential script (via the `--sequential` arg) or a script that runs the migrations in parallel (the default behavior for `generate-script`).
However, `bbs2gh generate-script` doesn't have the ability to generate a script that runs migrations in parallel.
Contributor guide
Assessment
This issue has not been assessed yet.