You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/08/12 03:44:38 UTC

svn commit: r232179 - in /portals/jetspeed-2/trunk/etc: schema/test-persistence-schema.xml sql/drop.sql

Author: taylor
Date: Thu Aug 11 18:44:35 2005
New Revision: 232179

URL: http://svn.apache.org/viewcvs?rev=232179&view=rev
Log:
removing tables A and B since they are no longer used and MySQL was choking on table A for some unknown reason

Removed:
    portals/jetspeed-2/trunk/etc/schema/test-persistence-schema.xml
Modified:
    portals/jetspeed-2/trunk/etc/sql/drop.sql

Modified: portals/jetspeed-2/trunk/etc/sql/drop.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/drop.sql?rev=232179&r1=232178&r2=232179&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/drop.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/drop.sql Thu Aug 11 18:44:35 2005
@@ -1,5 +1,3 @@
-drop table A;
-drop table B;
 drop table CLUBS;
 drop table OJB_HL_SEQ;
 drop table OJB_LOCKENTRY;



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org