This commit is contained in:
Mohit Yadav 2025-06-13 09:17:41 +05:30 committed by GitHub
parent 4309f79453
commit 6124c5573e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
-- remove old reset link email template
DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate';
DELETE from doc_store where name = 'reset-link' and entityType = 'EmailTemplate';

View File

@ -1,2 +1,2 @@
-- remove old reset link email template
DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate';
DELETE from doc_store where name = 'reset-link' and entityType = 'EmailTemplate';