[jboss-cvs] jboss-seam/examples/seamspace/resources ...
Shane Bryzak
Shane_Bryzak at symantec.com
Tue Jan 30 21:56:00 EST 2007
User: sbryzak2
Date: 07/01/30 21:56:00
Modified: examples/seamspace/resources import.sql
Log:
added friend request form
Revision Changes Path
1.20 +2 -2 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.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- import.sql 28 Jan 2007 05:33:35 -0000 1.19
+++ import.sql 31 Jan 2007 02:56:00 -0000 1.20
@@ -20,7 +20,7 @@
insert into BlogComment (commentid, blog_id, commentor_id, commentdate, comment) values (1, 1, 2, '2007-01-06', 'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga.');
insert into BlogComment (commentid, blog_id, commentor_id, commentdate, comment) values (2, 1, 1, '2007-01-07', 'Et harum quidem rerum facilis est et expedita distinctio.');
-insert into MemberFriend (id, member_id, friend_id, authorized) values (1, 1, 2, 1);
-insert into MemberFriend (id, member_id, friend_id, authorized) values (2, 2, 1, 1);
+#insert into MemberFriend (id, member_id, friend_id, authorized) values (1, 1, 2, 1);
+#insert into MemberFriend (id, member_id, friend_id, authorized) values (2, 2, 1, 1);
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