Browse Source
💡 Remove unnecessary comment (#1260)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pull/13907/head
Hani Sabsoob
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
backend/app/core/db.py
|
@ -18,7 +18,6 @@ def init_db(session: Session) -> None: |
|
|
# the tables un-commenting the next lines |
|
|
# the tables un-commenting the next lines |
|
|
# from sqlmodel import SQLModel |
|
|
# from sqlmodel import SQLModel |
|
|
|
|
|
|
|
|
# from app.core.engine import engine |
|
|
|
|
|
# This works because the models are already imported and registered from app.models |
|
|
# This works because the models are already imported and registered from app.models |
|
|
# SQLModel.metadata.create_all(engine) |
|
|
# SQLModel.metadata.create_all(engine) |
|
|
|
|
|
|
|
|