[jboss-cvs] jboss-seam/trinidad/examples/seamdiscs/resources ...

Peter Muir peter at bleepbleep.org.uk
Wed Apr 18 09:07:58 EDT 2007


  User: pmuir   
  Date: 07/04/18 09:07:58

  Modified:    trinidad/examples/seamdiscs/resources  import-dev.sql
  Log:
  Minor changes
  
  Revision  Changes    Path
  1.3       +4 -2      jboss-seam/trinidad/examples/seamdiscs/resources/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/trinidad/examples/seamdiscs/resources/import-dev.sql,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- import-dev.sql	18 Apr 2007 12:06:28 -0000	1.2
  +++ import-dev.sql	18 Apr 2007 13:07:58 -0000	1.3
  @@ -16,8 +16,10 @@
   insert into disc (name, artist_id, description) values ('Buena Vista Social Club', 5, 'This album brough Cuban music to the attention of the world')
   insert into disc (name, artist_id, description) values ('Chavez Ravine', 5, 'Written about /Ry Cooder/ birthplace')
   insert into disc (name, artist_id, release, description) values ('My Name is Buddy', 5, '2007', 'Follows Buddy the Cat as he explores the USA')
  -insert into disc (name, artist_id) values ('Mock Tudor', 6)
  -insert into disc (name, artist_id) values ('Front Parlour Ballads', 6)
  +insert into disc (name, artist_id,release, description) values ('Mock Tudor', 6, 1999, 'A celebration of /Richard Thompsons/ love of the suburbs and anonymity, *Mock Tudor* includes the classic tracks /Cooksferry Queen/ and /Crawl Back/.' )
  +insert into disc (name, artist_id,release, description) values ('Front Parlour Ballads', 6, 2005, '/Richard Thompsons first truly solo album.  Whilst not his most immediately accessible album, it grows on you over time./')
  +insert into disc (name, artist_id,release) values ('The Old Kit Bag', 6, 2003)
  +insert into disc (name, artist_id,release) values ('Rumor and Sigh', 6, 1991)
   
   insert into bandmember (name, band_id) values ('Syd Barett', 1)
   insert into bandmember (name, band_id) values ('David Gilmor', 1)
  
  
  



More information about the jboss-cvs-commits mailing list