mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
💡 Remove unnecessary comment (#1260)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
6a8fc240b3
commit
08dd87d0f2
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user