[jboss-cvs] jboss-seam/seam-gen/resources ...

Shane Bryzak sbryzak at redhat.com
Wed Jan 9 22:33:51 EST 2008


  User: sbryzak2
  Date: 08/01/09 22:33:51

  Modified:    seam-gen/resources  import.sql
  Log:
  added identity management to seam-gen
  
  Revision  Changes    Path
  1.2       +4 -0      jboss-seam/seam-gen/resources/import.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/import.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import.sql	14 Nov 2006 08:08:08 -0000	1.1
  +++ import.sql	10 Jan 2008 03:33:51 -0000	1.2
  @@ -0,0 +1,4 @@
  +insert into UserAccount (accountid, username, enabled, accounttype) values (1, 'admin', 1, 1);
  +insert into UserAccount (accountid, username, passwordhash, enabled, accounttype) values (2, 'demo', '04ac53975612d07ad97107ef524589e5', 1, 0);
  +
  +insert into AccountMembership (accountid, memberof) values (2, 1);
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list