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 2006/11/02 21:32:13 UTC

svn commit: r470510 - /portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql

Author: taylor
Date: Thu Nov  2 12:32:13 2006
New Revision: 470510

URL: http://svn.apache.org/viewvc?view=rev&rev=470510
Log:
seed the OJB Sequence correctly to skip default data

Modified:
    portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql

Modified: portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql?view=diff&rev=470510&r1=470509&r2=470510
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/populate-db-default.sql Thu Nov  2 12:32:13 2006
@@ -441,6 +441,8 @@
 
 insert into PRINCIPAL_RULE_ASSOC values ('geo', 'page', 'ip-address');
 
+INSERT INTO OJB_HL_SEQ VALUES ('SEQ_RULE_CRITERION','deprecatedColumn', 200, 20, 1);
+
 -- test data for db browser
 insert into CLUBS values ('AC Milan', 'Italy', 'Milan', 'San Siro', 85700, 1926, '105x68m', '');
 insert into CLUBS values ('Arsenal', 'England', 'London', 'Highbury', 38500, 1913, '101x65', 'Gunners');



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