[V0.1 WORKING] Added chat, profile, & calendar screen implementations.
This commit is contained in:
@@ -14,7 +14,7 @@ def lifespan_factory() -> Callable[[FastAPI], _AsyncGeneratorContextManager[Any]
|
||||
|
||||
@asynccontextmanager
|
||||
async def lifespan(app: FastAPI):
|
||||
Base.metadata.drop_all(bind=get_engine())
|
||||
# Base.metadata.drop_all(bind=get_engine())
|
||||
Base.metadata.create_all(bind=get_engine())
|
||||
yield
|
||||
|
||||
|
||||
Reference in New Issue
Block a user