fix email sender all flow

This commit is contained in:
2026-05-20 15:25:32 +07:00
parent 306396ae43
commit cb03967deb
20 changed files with 1450 additions and 62 deletions
@@ -0,0 +1,3 @@
-- AlterTable: simpan body HTML email terkirim supaya admin bisa resend
-- (PR-E5) dan investigasi isi email. Nullable — row lama tidak punya body.
ALTER TABLE "EmailSent" ADD COLUMN "html" TEXT;