generalbots/src/basic
Rodrigo Rodriguez (Pragmatismo) 5245fc0567 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
..
compiler feat(compiler): clean up stale schedules on script recompilation 2025-11-05 10:15:36 -03:00
keywords feat(db): add unique constraint to system_automations and fix clicks PK 2025-11-05 10:19:02 -03:00
basic.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
mod.rs feat(compiler): clean up stale schedules on script recompilation 2025-11-05 10:15:36 -03:00