Author: nbelaevski
Date: 2009-05-12 19:36:50 -0400 (Tue, 12 May 2009)
New Revision: 14145
Modified:
trunk/examples/photoalbum/source/ejb/sql/full/import.sql
trunk/examples/photoalbum/source/ejb/sql/short/import.sql
Log:
Typo in shelf name corrected
Modified: trunk/examples/photoalbum/source/ejb/sql/full/import.sql
===================================================================
--- trunk/examples/photoalbum/source/ejb/sql/full/import.sql 2009-05-12 22:00:41 UTC (rev
14144)
+++ trunk/examples/photoalbum/source/ejb/sql/full/import.sql 2009-05-12 23:36:50 UTC (rev
14145)
@@ -4,7 +4,7 @@
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (1,
'Nature', 'Nature pictures', 1, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (2, 'Sport
& Cars', 'Sport & Cars pictures', 1, '2009-12-18', true);
-INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (3,
'Prtrait', 'Nature pictures', 2, '2009-12-18', true);
+INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (3,
'Portrait', 'Human faces', 2, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (4,
'Monuments', 'Monuments pictures', 3, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (5,
'Water', 'Water pictures', 3, '2009-12-18', true);
Modified: trunk/examples/photoalbum/source/ejb/sql/short/import.sql
===================================================================
--- trunk/examples/photoalbum/source/ejb/sql/short/import.sql 2009-05-12 22:00:41 UTC (rev
14144)
+++ trunk/examples/photoalbum/source/ejb/sql/short/import.sql 2009-05-12 23:36:50 UTC (rev
14145)
@@ -4,7 +4,7 @@
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (1,
'Nature', 'Nature pictures', 1, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (2, 'Sport
& Cars', 'Sport & Cars pictures', 1, '2009-12-18', true);
-INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (3,
'Prtrait', 'Nature pictures', 2, '2009-12-18', true);
+INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (3,
'Portrait', 'Human faces', 2, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (4,
'Monuments', 'Monuments pictures', 3, '2009-12-18', true);
INSERT INTO Shelf(id, name, description, owner_id, created, shared) VALUES (5,
'Water', 'Water pictures', 3, '2009-12-18', true);