Files
open-webui/backend/open_webui/migrations
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
..
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"