From 93ae3cdcd428c6009fd9b89df618cd9a15e35ce9 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Mon, 8 Feb 2021 17:23:36 +0100 Subject: [PATCH] Set root node publicread to true --- 05-data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-data.sql b/05-data.sql index 3a5b6c9..af69f94 100644 --- a/05-data.sql +++ b/05-data.sql @@ -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 -- GitLab