botserver/migrations
Rodrigo Rodriguez (Pragmatismo) 8bf347a9a2 feat: refactor database connection handling and add LLM component
- Replace direct database connection establishment with shared `establish_pg_connection` utility
- Add "llm" to required components list in bootstrap manager
- Lower default RUST_LOG level from debug to info in VSCode config
- Clean up imports and connection error messages
- Remove hardcoded database URL strings in favor of centralized connection handling

The changes improve code maintainability by centralizing database connection logic and adding support for the new LLM component in the bootstrap process.
2025-11-01 07:20:04 -03:00
..
6.0.0.sql
6.0.1.sql
6.0.2.sql
6.0.3.sql Add new KB and session association tables 2025-10-20 19:49:54 -03:00
6.0.4.sql feat(config): remove default server config and update database credentials 2025-10-30 17:32:21 -03:00
6.0.5.sql Enable template bot creation and fix bot schema 2025-10-21 22:43:28 -03:00
6.0.8.sql - Migration to Open ADAL. 2025-10-28 14:53:45 -03:00