Skip to content
Snippets Groups Projects
Commit e4e9fd17 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Cleanup.

parent a902c0cc
Branches
No related tags found
No related merge requests found
Pipeline #858 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment