SUPPORT-8617: fix changeSet

This commit is contained in:
Artyom Hackimullin 2024-10-22 13:49:21 +03:00
parent c7192f94bb
commit bb00d1ee98

View file

@ -23,8 +23,11 @@
<changeSet id="0002" author="Artyom Hackimullin">
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="1">
SELECT COUNT(*) FROM information_schema.schemata WHERE schema_name LIKE 'ervu_dashboard';
</sqlCheck>
<sqlCheck expectedResult="0">
SELECT COUNT(*) FROM information_schema.schemata WHERE schema_name IN ('ervu_dashboard', 'appeals', 'main_dashboard',
SELECT COUNT(*) FROM information_schema.schemata WHERE schema_name IN ('appeals', 'main_dashboard',
'ratings', 'recruitment_campaign', 'space', 'total_registered');
</sqlCheck>
</preConditions>