From: <rm...@hy...> - 2010-03-24 23:29:05
|
Author: rmorgan Date: 2010-03-24 16:28:57 -0700 (Wed, 24 Mar 2010) New Revision: 14420 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14420 Modified: trunk/installer/data/db-upgrade.xml Log: [HHQ-3826] Remove semi-colins from previous patch. [merge from HQ_4_2_0_PATCH] Modified: trunk/installer/data/db-upgrade.xml =================================================================== --- trunk/installer/data/db-upgrade.xml 2010-03-24 23:27:55 UTC (rev 14419) +++ trunk/installer/data/db-upgrade.xml 2010-03-24 23:28:57 UTC (rev 14420) @@ -10883,7 +10883,7 @@ delete from EAM_UI_VIEW where ui_plugin_id in (select id from EAM_UI_PLUGIN where name = 'tomcatappmgmt') </statement> <statement desc="Remove tc Server Appmgmt UI plugin"> - delete from EAM_UI_PLUGIN where name = 'tomcatappmgmt'; + delete from EAM_UI_PLUGIN where name = 'tomcatappmgmt' </statement> <statement desc="Remove tc Server Config UI attachments"> @@ -10893,7 +10893,7 @@ delete from EAM_UI_VIEW where ui_plugin_id in (select id from EAM_UI_PLUGIN where name = 'tomcatserverconfig') </statement> <statement desc="Remove tc Server Config UI plugin"> - delete from EAM_UI_PLUGIN where name = 'tomcatserverconfig'; + delete from EAM_UI_PLUGIN where name = 'tomcatserverconfig' </statement> </schema-directSQL> </schemaSpec> |