botserver/src
Rodrigo Rodriguez (Pragmatismo) e3bd06ff54 feat(db): add unique constraint to system_automations and fix clicks PK
- Added migration 6.0.6 to enforce a unique constraint on `(bot_id, kind, param)` in `system_automations`, preventing “no unique or exclusion constraint matching the ON CONFLICT specification” errors, and created a supporting index.
- Added migration 6.0.7 to replace the `clicks` table with a correctly defined primary key and a unique `(campaign_id, email)` constraint, satisfying Diesel
2025-11-05 10:19:02 -03:00
..
auth test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
basic feat(db): add unique constraint to system_automations and fix clicks PK 2025-11-05 10:19:02 -03:00
bootstrap feat(compiler): clean up stale schedules on script recompilation 2025-11-05 10:15:36 -03:00
bot feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
channels feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
config feat(compiler): clean up stale schedules on script recompilation 2025-11-05 10:15:36 -03:00
context feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
drive_monitor feat(compiler): clean up stale schedules on script recompilation 2025-11-05 10:15:36 -03:00
email feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
file feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm_models feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
meet feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
package_manager feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
riot_compiler feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
session feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
shared feat(db): add bot_id column, constraints, enforce DATABASE_URL 2025-11-05 08:47:28 -03:00
tests test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
ui feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_server feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
lib.rs test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
main.rs feat(db): add bot_id column, constraints, enforce DATABASE_URL 2025-11-05 08:47:28 -03:00
main.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00