[jboss-cvs] jboss-seam/examples/seamspace/resources ...

Shane Bryzak Shane_Bryzak at symantec.com
Sat Jan 27 09:05:38 EST 2007


  User: sbryzak2
  Date: 07/01/27 09:05:38

  Modified:    examples/seamspace/resources  import.sql
  Log:
  added friend's comments page
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- import.sql	26 Jan 2007 13:24:43 -0000	1.17
  +++ import.sql	27 Jan 2007 14:05:38 -0000	1.18
  @@ -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 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);
  +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