taylor 2004/12/03 17:50:01 Modified: src/sql/mysql drop.sql Log: table name change Revision Changes Path 1.3 +2 -2 jakarta-jetspeed-2/src/sql/mysql/drop.sql Index: drop.sql =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/src/sql/mysql/drop.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- drop.sql 3 Dec 2004 23:12:12 -0000 1.2 +++ drop.sql 4 Dec 2004 01:50:01 -0000 1.3 @@ -6,7 +6,7 @@ drop table if exists USER_ATTRIBUTE; drop table if exists SECURITY_CREDENTIAL; drop table if exists SSO_SITE_TO_PRINCIPALS; -drop table if exists SSO_PRINCIPAL_TO_REMOTE_PRINCIPAL; +drop table if exists SSO_PRINCIPAL_TO_REMOTE; drop table if exists SECURITY_USER_ROLE; drop table if exists SECURITY_USER_GROUP; -drop table if exists SECURITY_GROUP_ROLE; \ No newline at end of file +drop table if exists SECURITY_GROUP_ROLE;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]