allow migrations through env var
Open
Backend
Database
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
instead of deciding if we want to always perform migrations or if we want to block them, we could have them be gated by an environment variable, so that we can change the behavior if needed, and especially decide if we want them to run only on production or on staging too
Contributor guide
Research direction
The issue names no files or tests; first locate the migration startup and configuration entry points, then review how deployment environments distinguish production from staging. Clarify the environment variable’s values and defaults, and consider the work done when migrations can be enabled or blocked per environment as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100