From: <rm...@hy...> - 2010-03-24 23:28:03
|
Author: rmorgan Date: 2010-03-24 16:27:55 -0700 (Wed, 24 Mar 2010) New Revision: 14419 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14419 Modified: branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml Log: [HHQ-3826] Remove semi-colins from previous patch. Modified: branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml =================================================================== --- branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml 2010-03-24 22:43:32 UTC (rev 14418) +++ branches/HQ_4_2_0_PATCH/installer/data/db-upgrade.xml 2010-03-24 23:27:55 UTC (rev 14419) @@ -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> |