# CMT Backend ## Usage ### API ### Alembic ```bash cd backend alembic revision --autogenerate -m "Header message" alembic upgrade head # Making alembic DB is up-to-date without actually running the migration alembic stamp head ```