[jboss-cvs] jboss-seam/examples/seambay/resources ...
Shane Bryzak
sbryzak at redhat.com
Tue Apr 24 08:32:15 EDT 2007
User: sbryzak2
Date: 07/04/24 08:32:15
Modified: examples/seambay/resources import.sql
Log:
feedback page
Revision Changes Path
1.9 +2 -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.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- import.sql 23 Apr 2007 14:37:02 -0000 1.8
+++ import.sql 24 Apr 2007 12:32:15 -0000 1.9
@@ -14,10 +14,10 @@
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, location) values (1, 'honestjoe', 0, 0, CURRENT_TIMESTAMP, 'Sydney, NSW, Australia');
+insert into account (accountId, name, feedbackScore, feedbackPercent, memberSince, location) values (1, 'honestjoe', 0, 0, CURRENT_TIMESTAMP, 'Sydney, NSW, Australia');
insert into user (userId, username, password, account_id) values (1, 'demo', 'demo', 1);
-insert into account (accountId, name, feedbackCount, feedbackScore, memberSince, location) values (2, 'bob', 0, 0, CURRENT_TIMESTAMP, 'Brisbane, QLD, Australia');
+insert into account (accountId, name, feedbackScore, feedbackPercent, memberSince, location) values (2, 'bob', 0, 0, CURRENT_TIMESTAMP, 'Brisbane, QLD, Australia');
insert into user (userId, username, password, account_id) values (2, 'bob', 'bob', 2);
insert into auction (auctionId, account_id, title, description, category_Id, price, bids, endDate, status) values (1, 1, 'Whistler''s Mother, original painting by James McNeill Whistler', '+Whistler''s Mother'+char(10)+'A very expensive painting, you probably couldn''t afford it.', 2, 5999999.00, 0, CURRENT_TIMESTAMP, 1);
More information about the jboss-cvs-commits
mailing list