Yimaru-BackEnd/db/migrations/000066_email_templates.down.sql
Yared Yemane 5937c5505a Add admin-managed email templates and use them for OTP delivery
Adds CRUD and preview APIs, RBAC permissions, seeded system templates, and migrates OTP email/SMS to template rendering.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 01:28:48 -07:00

2 lines
38 B
SQL

DROP TABLE IF EXISTS email_templates;