Hide revision hashes from user-facing messages
Open
enhancement
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Before
```
$ edgedb migration create
Created dbschema/migrations/00003.edgeql, id: m1yh4d3dmfghpbidcnh3jf3flusvznborapmb54blv5mloiqzuzsia
edgedb migrate
Applied m1yh4d3dmfghpbidcnh3jf3flusvznborapmb54blv5mloiqzuzsia (00003.edgeql)
```
After
```
$ edgedb migration create
Created dbschema/migrations/00003.edgeql.
$ edgedb migrate
Applied dbshcema/migrations/00003.edgeql.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.