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

Cleanup.

parent a902c0cc
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,11 +5,8 @@
-- parent_path = parent_relative_path
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES (NULL, NULL, '', 'container', '0', '0');                -- /
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'curban', 'container', '3354', '3354');      -- /curban
--INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('2', '2', 'store', 'container', '3354', '3354');      -- /curban/store
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'sbertocco', 'container', '2048', '2048');   -- /sbertocco
--INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('4', '4', 'store', 'container', '2048', '2048');      -- /sbertocco/store
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'szorba', 'container', '2386', '2386');      -- /szorba
--INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('6', '6', 'store', 'container', '2386', '2386');      -- /szorba/store
-- parent_path <> parent_relative_path
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id, group_read, group_write) VALUES ('', NULL, 'test', 'container', '2386', '2386', '{"VOSpace.test1"}','{"VOSpace.test1"}');      -- /test
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('5', '', 'f1', 'container', '2386', '2386');      -- /test/f1 (rel: /f1)