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 4240a13 commit 35b0e8dCopy full SHA for 35b0e8d
api/api.py
@@ -114,7 +114,6 @@ async def lifespan(app: FastAPI):
114
galleries.update_gallery_cache()
115
spawn_fastchat_controller_subprocess()
116
await db.init() # This now runs Alembic migrations internally
117
- await create_db_and_tables()
118
# create_db_and_tables() is deprecated - migrations are handled in db.init()
119
print("✅ SEED DATA")
120
# Seed default admin user
0 commit comments