Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
121 B
MySQL
Raw Permalink Normal View History

-- remove old reset link email template
2025-06-13 09:17:41 +05:30
DELETE from doc_store where name = 'reset-link' and entityType = 'EmailTemplate';