This commit is contained in:
2026-06-26 10:24:10 +08:00
parent d6b6732ec2
commit 3b9e5fab10
+1 -1
View File
@@ -125,7 +125,7 @@ async def _seed_data():
from app.models.model_config import ModelConfig
from app.services.auth import hash_password
from app.utils.id_gen import generate_id
from sqlalchemy import select
from sqlalchemy import select, func
async with async_session() as db:
# Check if admin exists