issues
search
HumanCellAtlas
/
secondary-analysis
Secondary Analysis Service of the Human Cell Atlas Data Coordination Platform
https://pipelines.data.humancellatlas.org/ui/
BSD 3-Clause "New" or "Revised" License
3
stars
2
forks
source link
Create a wrapper for alembic migrations
#617
Closed
mweiden
closed
5 years ago
mweiden
commented
5 years ago
Need
to be able to run migration downgrades on remote databases
Approach
add a generic wrapper for alembic, like python -m dcpquery.db alembic COMMAND, the same way as python -m dcpquery.db run COMMAND is a wrapper for psql.
Need
Approach