diego3g / umbriel

✉️ Umbriel is a simple mailing platform built with Node.js, TypeScript & Prisma.
MIT License
521 stars 74 forks source link

Delete message templates #89

Open diego3g opened 3 years ago

diego3g commented 3 years ago

Delete message templates.

I think we should not hard delete here, only store a deleted_at on the database as the messages would probably using these templates and if we delete a template used by a message that as not sent yet, it'll lose track of it.