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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 30 22:34:17 EST 2007


  User: sbryzak2
  Date: 07/01/30 22:34:17

  Modified:    examples/seamspace/resources  import.sql
  Log:
  uncommented inserts
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- import.sql	31 Jan 2007 02:56:00 -0000	1.20
  +++ import.sql	31 Jan 2007 03:34:17 -0000	1.21
  @@ -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