aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 83b2d0b2629189c93351add3789d97a9f502f455 (plain)
1
2
3
4
5
6
```bash
# Generate Migration
alembic revision --autogenerate --message "Create the example Database"
# Apply Migrations
alembic upgrade head