Files
leocrm/app/plugins/builtins
Agent Zero 04e0c60222 fix: add deleted_at column to mail_sync_queue — process_sync_queue was crashing
- MailSyncQueue inherits TenantMixin which includes SoftDeleteMixin (deleted_at)
- Migration 0007 did not create this column
- process_sync_queue crashed on every auto-sync attempt
- Add migration 0008 to add deleted_at column
- Bump plugin version to 1.3.0
2026-07-20 13:42:30 +02:00
..