open-webui/backend/open_webui/migrations
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
..
versions fix: align index name between model and migration, drop unused import 2026-04-17 07:59:33 +00:00
env.py refac 2026-03-17 17:58:01 -05:00
README refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
script.py.mako wip 2024-12-10 00:54:13 -08:00
util.py refac 2026-03-17 17:58:01 -05:00

Generic single-database configuration.

Create new migrations with
DATABASE_URL=<replace with actual url> alembic revision --autogenerate -m "a description"