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 228a97b commit 351ab33Copy full SHA for 351ab33
backend/app/core/db.py
@@ -18,7 +18,6 @@ def init_db(session: Session) -> None:
18
# the tables un-commenting the next lines
19
# from sqlmodel import SQLModel
20
21
- # from app.core.engine import engine
22
# This works because the models are already imported and registered from app.models
23
# SQLModel.metadata.create_all(engine)
24
0 commit comments