botserver/web
Rodrigo Rodriguez (Pragmatismo) 1d7d0e10c0 feat(automation): add unique constraint and refactor action execution
- Added UNIQUE constraint on system_automations (bot_id, kind, param) to prevent duplicate automations
- Refactored execute_action to accept full Automation struct instead of just param
- Simplified bot name resolution by using automation.bot_id directly
- Improved error handling in action execution with proper error propagation
- Removed redundant bot name lookup logic by leveraging existing bot_id
2025-11-02 20:57:53 -03:00
..
app feat(auth): add suggestion support and clean up code 2025-10-31 20:55:13 -03:00
html feat(automation): add unique constraint and refactor action execution 2025-11-02 20:57:53 -03:00