Loading file_catalog/05-data.sql +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Initialization test for vospace Node table; for now owner_id and group_id are set equal to the rap_id */ INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES (NULL, '', 'container', '3354', '3354'); -- / INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES (NULL, '', 'container', '0', '0'); -- / INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('', 'curban', 'container', '3354', '3354'); -- /curban INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('2', 'store', 'container', '3354', '3354'); -- /curban/store INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('', 'sbertocco', 'container', '2048', '2048'); -- /sbertocco Loading Loading
file_catalog/05-data.sql +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Initialization test for vospace Node table; for now owner_id and group_id are set equal to the rap_id */ INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES (NULL, '', 'container', '3354', '3354'); -- / INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES (NULL, '', 'container', '0', '0'); -- / INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('', 'curban', 'container', '3354', '3354'); -- /curban INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('2', 'store', 'container', '3354', '3354'); -- /curban/store INSERT INTO Node (parent_path, name, type, owner_id, creator_id) VALUES ('', 'sbertocco', 'container', '2048', '2048'); -- /sbertocco Loading