Skip to content

Commit 35b0e8d

Browse files
committed
Ruff
1 parent 4240a13 commit 35b0e8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ async def lifespan(app: FastAPI):
114114
galleries.update_gallery_cache()
115115
spawn_fastchat_controller_subprocess()
116116
await db.init() # This now runs Alembic migrations internally
117-
await create_db_and_tables()
118117
# create_db_and_tables() is deprecated - migrations are handled in db.init()
119118
print("✅ SEED DATA")
120119
# Seed default admin user

0 commit comments

Comments
 (0)