[jboss-cvs] jboss-seam/examples/seamspace/resources ...
Shane Bryzak
Shane_Bryzak at symantec.com
Wed Oct 25 05:46:17 EDT 2006
User: sbryzak2
Date: 06/10/25 05:46:17
Modified: examples/seamspace/resources import.sql
Log:
ongoing work
Revision Changes Path
1.2 +1 -3 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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- import.sql 23 Oct 2006 12:25:21 -0000 1.1
+++ import.sql 25 Oct 2006 09:46:17 -0000 1.2
@@ -1,3 +1 @@
-insert into Users (username, password) values ('demo', 'demo')
-insert into Role (roleid, username, role) values (3, 'demo', 'user');
-insert into Role (roleid, username, role) values (4, 'demo', 'admin');
\ No newline at end of file
+insert into Member (memberid, username, password) values (1, 'demo', 'demo')
More information about the jboss-cvs-commits
mailing list