open-webui/backend
Claude d9bcb26154
fix: align index name between model and migration, drop unused import
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.
2026-04-17 07:59:33 +00:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
open_webui fix: align index name between model and migration, drop unused import 2026-04-17 07:59:33 +00:00
.dockerignore fix: litellm config issue 2024-02-24 22:35:11 -08:00
.gitignore refac 2024-09-06 04:59:20 +02:00
dev.sh refac 2026-03-24 19:43:30 -05:00
requirements-min.txt refac 2026-04-13 23:40:09 -05:00
requirements.txt refac 2026-04-13 23:40:09 -05:00
start.sh refac 2026-03-24 19:43:30 -05:00
start_windows.bat refac 2026-03-24 19:43:30 -05:00