Migration Squash to specific revision
Open
enhancement
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
```sh
edgedb migration create --squash=00003
# or
edgedb migration create --squash-to=00003
```
Keep migrations 00001 & 00002, and squash 00003+ into new 00003
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.