Author: andrei_exadel
Date: 2009-03-03 09:22:27 -0500 (Tue, 03 Mar 2009)
New Revision: 12804
Modified:
trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
Log:
Long album name example
Modified: trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
===================================================================
--- trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-03-03
14:22:16 UTC (rev 12803)
+++ trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-03-03
14:22:27 UTC (rev 12804)
@@ -15,6 +15,7 @@
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_shelf_id)
VALUES (26, 'Travel', 'Fun pictures', true, 1, 2);
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_shelf_id)
VALUES (25, 'Beach', 'Fun pictures', true, 1, 1);
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_shelf_id)
VALUES (23, 'Flowers', 'Fun pictures', true, 3, 4);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_shelf_id)
VALUES (27, 'Very very very very very very very long album name ', 'Long name
test', true, 1, 2);
INSERT INTO images(image_id, name, path, description, created, img_album_id,
cameraModel, height, size, width, uploaded) VALUES (98, 'korana',
'Viking/15/korana.jpg', 'korana', '2008-12-18', 15, 'Canon
S3', 1024, 1917.000000, 768, '2008-12-01');