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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 26 07:54:28 EST 2007


  User: sbryzak2
  Date: 07/01/26 07:54:28

  Modified:    examples/seamspace/resources  import.sql
  Log:
  added friends section
  
  Revision  Changes    Path
  1.16      +4 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- import.sql	25 Jan 2007 16:48:54 -0000	1.15
  +++ import.sql	26 Jan 2007 12:54:28 -0000	1.16
  @@ -19,3 +19,6 @@
   
   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.');
  \ No newline at end of file
  +
  +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
  
  
  



More information about the jboss-cvs-commits mailing list