[jboss-cvs] jboss-seam/examples/seamspace/resources ...
Shane Bryzak
Shane_Bryzak at symantec.com
Fri Jan 26 08:24:44 EST 2007
User: sbryzak2
Date: 07/01/26 08:24:44
Modified: examples/seamspace/resources import.sql
Log:
added friend comments
Revision Changes Path
1.17 +3 -1 jboss-seam/examples/seamspace/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/seamspace/resources/import.sql,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- import.sql 26 Jan 2007 12:54:28 -0000 1.16
+++ import.sql 26 Jan 2007 13:24:43 -0000 1.17
@@ -22,3 +22,5 @@
insert into Friend (id, member_id, friend_id, authorized) values (1, 1, 2, 1);
insert into Friend (id, member_id, friend_id, authorized) values (2, 2, 1, 1);
\ No newline at end of file
+
+insert into FriendComment (id, member_id, friend_id, commentDate, comment) values (1, 1, 2, '2007-01-25', 'Cheer up!');
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list