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

Shane Bryzak sbryzak at redhat.com
Thu Apr 19 00:35:42 EDT 2007


  User: sbryzak2
  Date: 07/04/19 00:35:42

  Modified:    examples/seambay/resources  import.sql
  Log:
  detail screen improvements
  
  Revision  Changes    Path
  1.6       +1 -2      jboss-seam/examples/seambay/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/seambay/resources/import.sql,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- import.sql	16 Apr 2007 03:57:41 -0000	1.5
  +++ import.sql	19 Apr 2007 04:35:42 -0000	1.6
  @@ -14,10 +14,9 @@
   insert into category (categoryId, name) values (14, 'Toys');
   insert into category (categoryId, name) values (15, 'Video Games');
   
  -insert into account (accountId, name, feedbackCount, feedbackScore, memberSince) values (1, 'demo', 0, 0, CURRENT_TIMESTAMP);
  +insert into account (accountId, name, feedbackCount, feedbackScore, memberSince, location) values (1, 'demo', 0, 0, CURRENT_TIMESTAMP, 'Sydney, New South Wales, Australia');
   insert into user (userId, username, password, account_id) values (1, 'demo', 'demo', 1);
   
  -
   insert into auction (auctionId, account_id, title, category_Id, price, bids, endDate, status) values (1, 1, 'Whistler''s Mother, original painting by James McNeill Whistler', 2, 5999999.95, 0, CURRENT_TIMESTAMP, 1);
   insert into auction (auctionId, account_id, title, category_Id, price, bids, endDate, status) values (2, 1, 'Lost Tales Volume 1 by J.R.R. Tolkien', 3, 4.50, 0, CURRENT_TIMESTAMP, 1);
   
  
  
  



More information about the jboss-cvs-commits mailing list