Commit faa2845b authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Modified file_catalog initialization data.

parent e591920f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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