ultisuite-backend/migrations/000034_attachment_virus_scan.down.sql
R3D347HR4Y b90edf317c
Some checks failed
CI / Go tests (push) Has been cancelled
CI / Integration tests (push) Has been cancelled
CI / DB migrations (push) Has been cancelled
feat(scan): add VirusTotal upload antivirus
Admin-stored API key with env fallback; scan drive/mail/IMAP uploads.
Fail-open if VT down, 422 on malware; migration for virus_scan_status.
2026-06-07 22:05:27 +02:00

2 lines
65 B
SQL

ALTER TABLE attachments DROP COLUMN IF EXISTS virus_scan_status;