spaxel/mothership/internal/db
jedarden eb5b43f279 feat: add migration_007 for webhook_log, trigger_state tables and trigger error columns
Formalizes the webhook audit infrastructure (webhook_log table, trigger_state
persistence, error_message/error_count columns) that was previously created
via ALTER TABLE in Store.init(). All webhook action firing, fault tolerance,
test endpoint, enable/disable, and dashboard UI were already implemented
in prior commits.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 21:29:17 -04:00
..
db.go feat: implement database schema migration engine 2026-04-06 10:43:58 -04:00
migrate.go fix: resolve deadlock in database migration engine 2026-04-06 11:05:02 -04:00
migrate_test.go fix: resolve deadlock in database migration engine 2026-04-06 11:05:02 -04:00
migrations.go feat: add migration_007 for webhook_log, trigger_state tables and trigger error columns 2026-04-06 21:29:17 -04:00
migrations.go.bak feat: implement database schema migration engine 2026-04-06 10:43:58 -04:00