1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user