Commit Graph

6 Commits

Author SHA1 Message Date
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
hobart
ea0f54064e fix: enhance database schema handling for SQLite and PostgreSQL
- Updated schema configuration to set None for SQLite databases.
- Added schema creation logic in the connection wrapper for PostgreSQL.
- Adjusted migration environment to ignore schema for SQLite.
- Fixed unquote parameters in connection tests for consistency.
2025-05-26 11:33:21 +09:00
MadsLang
d4a26f8031
Merge branch 'open-webui:main' into main 2025-01-13 08:28:13 +01:00
Timothy Jaeryang Baek
38208866b9 fix 2024-12-19 20:01:18 -08:00
MadsLang
6f1065b56a Merge branch 'dev' of github.com:open-webui/open-webui 2024-12-16 10:00:24 +01:00
Timothy Jaeryang Baek
d3d161f723 wip 2024-12-10 00:54:13 -08:00