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

2 lines
121 B
MySQL
Raw Normal View History

-- remove old reset link email template
DELETE from doc_Store where name = 'reset-link' and entityType = 'EmailTemplate';