SUPPORT-8617: fix changeSet
This commit is contained in:
parent
c7192f94bb
commit
bb00d1ee98
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue