[jboss-cvs] jboss-seam/examples/contactlist/resources ...
Gavin King
gavin.king at jboss.com
Fri Oct 27 09:42:44 EDT 2006
User: gavin
Date: 06/10/27 09:42:44
Modified: examples/contactlist/resources import.sql
Log:
tests
Revision Changes Path
1.3 +3 -2 jboss-seam/examples/contactlist/resources/import.sql
(In the diff below, changes in quantity of whitespace are not shown.)
Index: import.sql
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/import.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- import.sql 22 Oct 2006 11:02:31 -0000 1.2
+++ import.sql 27 Oct 2006 13:42:44 -0000 1.3
@@ -1,2 +1,3 @@
-insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country ) values ( 'Gavin', 'King', null, 'Peachtree Rd', 'Atlanta', 'GA', '30305', 'USA' )
-insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country ) values ( 'Norman', 'Richards', null, null, 'Austin', 'TX', '78701', 'USA' )
+insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Gavin', 'King', null, 'Peachtree Rd', 'Atlanta', 'GA', '30305', 'USA', 1 )
+insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Norman', 'Richards', null, null, 'Austin', 'TX', '78701', 'USA', 1 )
+insert into Contact ( firstName, lastName, cellPhone, address, city, state, zip, country, version ) values ( 'Shane', 'Bryzack', null, null, 'Brisbane', 'Vic', null, 'Australia', 1 )
More information about the jboss-cvs-commits
mailing list