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

Gavin King gavin.king at jboss.com
Mon Sep 25 17:00:01 EDT 2006


  User: gavin   
  Date: 06/09/25 17:00:01

  Modified:    examples/booking/resources  import.sql
  Log:
  user is a bad table name
  
  Revision  Changes    Path
  1.10      +2 -2      jboss-seam/examples/booking/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/booking/resources/import.sql,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- import.sql	7 Apr 2006 03:16:03 -0000	1.9
  +++ import.sql	25 Sep 2006 21:00:01 -0000	1.10
  @@ -1,5 +1,5 @@
  -insert into User (username, password, name) values ('gavin', 'foobar', 'Gavin King')
  -insert into User (username, password, name) values ('demo', 'demo', 'Demo User')
  +insert into Customer (username, password, name) values ('gavin', 'foobar', 'Gavin King')
  +insert into Customer (username, password, name) values ('demo', 'demo', 'Demo User')
   insert into Hotel (id, name, address, city, state, zip, country) values (1, 'Marriott Courtyard', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
   insert into Hotel (id, name, address, city, state, zip, country) values (2, 'Doubletree', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
   insert into Hotel (id, name, address, city, state, zip, country) values (3, 'W Hotel', 'Union Square, Manhattan', 'NY', 'NY', '10011', 'USA')
  
  
  



More information about the jboss-cvs-commits mailing list