Commit Graph

5 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
hobart
54fe1d7f3b fix: improve PostgreSQL migration environment configuration
- Added proper search_path configuration for PostgreSQL
- Improved version table schema handling
2025-05-23 15:17:27 +09:00
Timothy Jaeryang Baek
d3d161f723 wip 2024-12-10 00:54:13 -08:00
Timothy J. Baek
03d5a670f6 refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00