Author: jfthomps
Date: Thu Sep 2 18:42:44 2010
New Revision: 992046
URL: http://svn.apache.org/viewvc?rev=992046&view=rev
Log:
VCL-161
remove xmlrpcKey table from vcl.sql
left ending ';' off of DROP TABLE for xmlrpcKey
Modified:
incubator/vcl/trunk/mysql/update-2.2.sql
Modified: incubator/vcl/trunk/mysql/update-2.2.sql
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/update-2.2.sql?rev=992046&r1=992045&r2=992046&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/update-2.2.sql (original)
+++ incubator/vcl/trunk/mysql/update-2.2.sql Thu Sep 2 18:42:44 2010
@@ -444,7 +444,7 @@ CALL AddConstraintIfNotExists('winProduc
-- remove table xmlrpcKey
--
-DROP TABLE IF EXISTS `xmlrpcKey`
+DROP TABLE IF EXISTS `xmlrpcKey`;
-- --------------------------------------------------------