Files
CMT/backend
linmihigo 4c42769d68 Chore:
- Update README.md
- Update config to use postgresql
- Add .vscode/settings.json
2025-08-17 12:29:24 +00:00
..
2025-08-17 12:29:24 +00:00

CMT Backend

Usage

API

Alembic

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