ash-project / ash-project/ash_postgres
Warn on console when a generated migration contains reviewable steps
Open
enhancement
- Dominant language
- Elixir
- Stars
- 189
- Forks
- 168
- Avg merge
- 13h 1m
- Merged PRs (30d)
- 22
Description
**Is your feature request related to a problem? Please describe.**
Destructive actions are commented out in generated migrations, but it's not clear to the user that something in the migration needs review.
**Describe the solution you'd like**
Ideally you should always review your migrations, but it'd be great to remind people of this with a note to this effect. Eg
`Please always manually review the generated migrations for correctness`
When there is something for review we should warn the user more emphatically to do so. Eg
`Warning: there are migration steps commented out and in need of manual review`
Contributor guide
Assessment
This issue has not been assessed yet.