Database migrations

This commit is contained in:
2026-06-12 07:14:50 -07:00
parent 0535c68647
commit 96eeb442fd
9 changed files with 337 additions and 20 deletions

View File

@@ -45,6 +45,7 @@
];
propagatedBuildInputs = with python.pkgs; [
alembic
fastapi
sqlmodel
uvicorn