Commit 93ae3cdc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Set root node publicread to true

parent b432e567
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ INSERT INTO location (location_type, storage_src_id, storage_dest_id) VALUES ('u


-- 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, is_public) VALUES (NULL, NULL, '', 'container', '0', '0', true);                                                                                -- /
INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', NULL, 'curban', 'container', '3354', '3354');                                                                        -- /curban
INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', NULL, 'sbertocco', 'container', '2048', '2048');                                                                     -- /sbertocco
INSERT INTO node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', NULL, 'szorba', 'container', '2386', '2386');                                                                        -- /szorba