Author: Alex.Kolonitsky
Date: 2009-04-13 07:28:09 -0400 (Mon, 13 Apr 2009)
New Revision: 13520
Modified:
trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
Log:
remove preDefined from import.sql
Modified: trunk/test-applications/realworld2/ejb/src/main/resources/import.sql
===================================================================
--- trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-04-13
10:26:15 UTC (rev 13519)
+++ trunk/test-applications/realworld2/ejb/src/main/resources/import.sql 2009-04-13
11:28:09 UTC (rev 13520)
@@ -2,10 +2,10 @@
INSERT INTO Users(user_id, firstname, secondname, email, login, passwordHash, birthdate,
sex, hasAvatar) VALUES (2, 'Nick', 'Curtis',
'nkurtis(a)iba.com', 'Viking',
'8cb2237d0679ca88db6464eac60da96345513964', '1978-01-08', 1, 0);
INSERT INTO Users(user_id, firstname, secondname, email, login, passwordHash, birthdate,
sex, hasAvatar) VALUES (3, 'John', 'Smith',
'jsmith(a)jboss.com', 'Noname',
'8cb2237d0679ca88db6464eac60da96345513964', '1970-01-08', 1, 0);
-INSERT INTO shelves(shelf_id, name, description, user_id, created, shared, preDefined)
VALUES (1, 'Nature', 'Nature pictures', 1, '2009-12-18', true,
true);
-INSERT INTO shelves(shelf_id, name, description, user_id, created, shared, preDefined)
VALUES (2, 'Sport', 'Nature pictures', 1, '2009-12-18', true,
true);
-INSERT INTO shelves(shelf_id, name, description, user_id, created, shared, preDefined)
VALUES (3, 'Water', 'Nature pictures', 2, '2009-12-18', true,
true);
-INSERT INTO shelves(shelf_id, name, description, user_id, created, shared, preDefined)
VALUES (4, 'Flowers', 'Nature pictures', 3, '2009-12-18', true,
true);
+INSERT INTO shelves(shelf_id, name, description, user_id, created, shared) VALUES (1,
'Nature', 'Nature pictures', 1, '2009-12-18', true);
+INSERT INTO shelves(shelf_id, name, description, user_id, created, shared) VALUES (2,
'Sport', 'Nature pictures', 1, '2009-12-18', true);
+INSERT INTO shelves(shelf_id, name, description, user_id, created, shared) VALUES (3,
'Water', 'Nature pictures', 2, '2009-12-18', true);
+INSERT INTO shelves(shelf_id, name, description, user_id, created, shared) VALUES (4,
'Flowers', 'Nature pictures', 3, '2009-12-18', true);
---------------------------------------------------------------------
-- ALBUM - Animals