Commit Graph

3 Commits

Author SHA1 Message Date
Agent Zero 0774fc4407 fix: make migration 0020 idempotent (check column exists) 2026-07-17 00:59:41 +02:00
Agent Zero 4a461f4a72 fix: correct migration 0020 down_revision to 0019_rbac_groups 2026-07-17 00:58:08 +02:00
Agent Zero 1701361e92 fix(mail): add notifications updated_at migration + attachment sync fix
- Migration 0020: Add updated_at column to notifications table (was missing, causing sync failures)
- IMAP sync now saves attachments for existing emails (retroactive attachment saving)
- Replace silent exception with logger.warning for attachment save failures
- Sync verified: 37 attachments now stored in database (was 0 before)
2026-07-16 23:15:12 +02:00