]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/sql/foldertablecreate-root.psql
moved SOGo files up
[scalable-opengroupware.org] / OGoContentStore / sql / foldertablecreate-root.psql
1 # $Id$
2
3 INSERT INTO sogo_folder_info 
4   (c_path,c_path1,c_path2,c_path3,c_path4,c_foldername,c_location,c_folder_type) 
5   VALUES ('/', '', NULL, NULL, NULL, '', '', 'Container');
6
7 INSERT INTO sogo_folder_info 
8   (c_path,c_path1,c_path2,c_path3,c_path4,c_foldername,c_location,c_folder_type) 
9   VALUES ('/Users', 'Users', NULL, NULL, NULL, 'Users', '', 'Container');