mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-15 23:32:40 +00:00
Use explicit Index() in __table_args__ matching the migration's 'memory_user_id_idx' name (consistent with chats.py / tags.py / chat_messages.py). Avoids autogenerate churn from SQLAlchemy's default ix_memory_user_id name. Also drops the unused sqlalchemy import from the migration. |
||
|---|---|---|
| .. | ||
| data | ||
| internal | ||
| migrations | ||
| models | ||
| retrieval | ||
| routers | ||
| socket | ||
| static | ||
| storage | ||
| test | ||
| tools | ||
| utils | ||
| __init__.py | ||
| alembic.ini | ||
| config.py | ||
| constants.py | ||
| env.py | ||
| functions.py | ||
| main.py | ||
| tasks.py | ||