Spaces:
Running
Running
File size: 308 Bytes
a1d11a9 | 1 2 3 4 5 6 7 8 9 | Generic single-database configuration for Alembic.
Run from backend directory:
alembic revision --autogenerate -m "description"
alembic upgrade head
alembic stamp <revision> # set DB to a revision without running migrations
alembic current # show current revision
alembic downgrade -1
|