mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
- 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.
Generic single-database configuration. Create new migrations with DATABASE_URL=<replace with actual url> alembic revision --autogenerate -m "a description"