Files
open-webui/backend/open_webui/migrations
hobart de7ec73a47 fix: update comments for schema handling in SQLite and PostgreSQL
- Changed comment in db.py to clarify setting schema to None for SQLite.
- Updated comment in env.py to specify that schema settings are applied only in PostgreSQL.
2025-05-26 13:57:54 +09:00
..
2025-05-03 18:16:32 +04:00
wip
2024-12-10 00:54:13 -08:00
2024-10-01 17:35:10 -07:00

Generic single-database configuration.

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