Commit 8256df03 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed 'store' from vospace path.

parent 189f1d49
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
-- 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 ('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 ('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
--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) VALUES ('', NULL, 'test', 'container', '2386', '2386');      -- /test
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('8', '', 'f1', 'container', '2386', '2386');      -- /test/f1 (rel: /f1)