botserver/migrations
Rodrigo Rodriguez (Pragmatismo) f7ccc95e60 Fix config.csv loading on startup
- Disable TLS on Vault for local development (HTTP instead of HTTPS)
- Fix bot_configuration id column type mismatch (TEXT -> UUID)
- Add migration 6.1.1 to convert config table id columns to UUID
- Fix sync_config_csv_to_db to use UUID binding for id column
- Make start_all async with proper Vault startup sequence
- Sync default.gbai config.csv to existing 'Default Bot' from migrations
- Add diagnostic logging for config loading
- Change default LLM/embedding URLs from https to http for local dev
2025-12-08 00:19:29 -03:00
..
6.0.0_initial_schema feat(automation): increase schedule field size and improve task checking 2025-11-12 15:04:04 -03:00
6.0.1_bot_memories feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.2_kb_tools feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.3_kb_session_tables feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.4_config_management feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -03:00
6.0.5_automation_updates Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.0.6_user_accounts ``` Add comprehensive email account management and user settings 2025-11-21 09:28:35 -03:00
6.0.7_session_kb_tracking ``` Add comprehensive email account management and user settings 2025-11-21 09:28:35 -03:00
6.0.8_directory_integration - Even more keywords. 2025-11-22 12:26:16 -03:00
6.0.9_website_support Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.1.0_enterprise_suite Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00
6.1.1_fix_config_id_types Fix config.csv loading on startup 2025-12-08 00:19:29 -03:00