OpenMetadata/bootstrap/sql/migrations/native/1.7.3/postgres/schemaChanges.sql

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
2025-06-13 03:47:41 +00:00
DELETE from doc_store where name = 'reset-link' and entityType = 'EmailTemplate';