mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 10:05:41 +00:00
fix tests (#21751)
This commit is contained in:
parent
4309f79453
commit
6124c5573e
@ -1,3 +1,3 @@
|
|||||||
-- remove old reset link email template
|
-- 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';
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
-- remove old reset link email template
|
-- 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';
|
||||||
Loading…
x
Reference in New Issue
Block a user