We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce54fd commit caee84aCopy full SHA for caee84a
backend/Pipfile
@@ -22,4 +22,6 @@ uvicorn = "*"
22
python_version = ">=3.12"
23
24
[scripts]
25
-dev = "fastapi dev main.py"
+dev = "fastapi dev main.py"
26
+makemigrations = "alembic revision --autogenerate"
27
+migrate = "alembic upgrade head"
0 commit comments