diff --git a/sql/tables.sql b/sql/tables.sql index 3b96568..9720847 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -608,4 +608,6 @@ INSERT INTO users_groups_link (group_id, user_id) VALUES (3, 3); -- define folder structure ---- organisation root folder INSERT INTO folders (name, description, parent_id, creator_id, unit_id, is_public) - VALUES ("Root Folder", "Root Document Folder", 0, 1, 0, 0); \ No newline at end of file + VALUES ("Root Folder", "Root Document Folder", 0, 1, 0, 0); +INSERT INTO folders (name, description, parent_id, creator_id, unit_id, is_public) + VALUES ("Default Unit", "Default Unit Root Folder", 1, 1, 1, 0); \ No newline at end of file