api
api copied to clipboard
Feature: apply new migrations automatically to environments being deployed to
Type of feature
🔁 CI
Current behavior
Currently, when new database migrations are added, an engineer must apply those migrations manually to the environments that are being deployed to through CI/CD.
This is fine but can be susceptible to human error.
Suggested solution
We should invest in / create some tooling that automatically applies new migrations when they are present.
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributing Docs
- [X] I agree to follow this project's Contribution Docs