4c42769d68
- Update README.md - Update config to use postgresql - Add .vscode/settings.json
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