From: <sc...@hy...> - 2010-01-15 22:47:12
|
Author: scottmf Date: 2010-01-15 14:47:04 -0800 (Fri, 15 Jan 2010) New Revision: 14189 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14189 Modified: branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml Log: [HHQ-3604] need to add fail=false due to schema inconsistencies in the entry point Modified: branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml =================================================================== --- branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml 2010-01-15 22:46:44 UTC (rev 14188) +++ branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml 2010-01-15 22:47:04 UTC (rev 14189) @@ -9748,22 +9748,22 @@ <schemaSpec version="3.142.1"> <schema-directSQL> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="postgresql"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="postgresql" fail="false"> alter table EAM_ALERT_ACTION_LOG drop constraint FK423FA3CC1AA4E259 </statement> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="postgresql"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="postgresql" fail="false"> alter table EAM_ALERT_ACTION_LOG drop constraint FK423FA3CC9C76C3BB </statement> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="oracle"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="oracle" fail="false"> alter table EAM_ALERT_ACTION_LOG drop constraint FK423FA3CC1AA4E259 </statement> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="oracle"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="oracle" fail="false"> alter table EAM_ALERT_ACTION_LOG drop constraint FK423FA3CC9C76C3BB </statement> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="mysql"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ALERT" targetDB="mysql" fail="false"> alter table EAM_ALERT_ACTION_LOG drop foreign key FK423FA3CC1AA4E259 </statement> - <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="mysql"> + <statement desc="Dropping EAM_ALERT_ACTION_LOG constraint to EAM_ACTION" targetDB="mysql" fail="false"> alter table EAM_ALERT_ACTION_LOG drop foreign key FK423FA3CC9C76C3BB </statement> </schema-directSQL> |