π Area to Refactor
railway deploy commands
β Current Problem
Explain what is wrong with the current implementation.
Tech debt. No tracability of migrations on the deployed server side
β
Proposed Refactor
Describe how you think the code should be refactored.
- Migrate the current db:push deploy step into a db:migrate pre deploy step
π― Expected Benefits
What improvements will this refactor bring?
- Tracebility
- Maintainability
π Area to Refactor
railway deploy commands
β Current Problem
Explain what is wrong with the current implementation.
Tech debt. No tracability of migrations on the deployed server side
β Proposed Refactor
Describe how you think the code should be refactored.
π― Expected Benefits
What improvements will this refactor bring?