From c04c3ae32aee638fe04c0f94f2f76386ab0a531e Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 10 Aug 2004 15:17:27 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@167 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ...te.psql => foldertablecreate-helge-privcal.psql} | 0 OGoContentStore/sql/foldertablecreate-root.psql | 9 +++++++++ .../sql/register-agenor-helge-privcal.psql | 13 +++++++++++++ 3 files changed, 22 insertions(+) rename OGoContentStore/sql/{appointment-hh-create.psql => foldertablecreate-helge-privcal.psql} (100%) create mode 100644 OGoContentStore/sql/foldertablecreate-root.psql create mode 100644 OGoContentStore/sql/register-agenor-helge-privcal.psql diff --git a/OGoContentStore/sql/appointment-hh-create.psql b/OGoContentStore/sql/foldertablecreate-helge-privcal.psql similarity index 100% rename from OGoContentStore/sql/appointment-hh-create.psql rename to OGoContentStore/sql/foldertablecreate-helge-privcal.psql diff --git a/OGoContentStore/sql/foldertablecreate-root.psql b/OGoContentStore/sql/foldertablecreate-root.psql new file mode 100644 index 00000000..068111eb --- /dev/null +++ b/OGoContentStore/sql/foldertablecreate-root.psql @@ -0,0 +1,9 @@ +# $Id$ + +INSERT INTO sogo_folder_info + (c_path,c_path1,c_path2,c_path3,c_path4,c_foldername,c_location,c_folder_type) + VALUES ('/', '', NULL, NULL, NULL, '', '', 'Container'); + +INSERT INTO sogo_folder_info + (c_path,c_path1,c_path2,c_path3,c_path4,c_foldername,c_location,c_folder_type) + VALUES ('/Users', 'Users', NULL, NULL, NULL, 'Users', '', 'Container'); diff --git a/OGoContentStore/sql/register-agenor-helge-privcal.psql b/OGoContentStore/sql/register-agenor-helge-privcal.psql new file mode 100644 index 00000000..42d19fb4 --- /dev/null +++ b/OGoContentStore/sql/register-agenor-helge-privcal.psql @@ -0,0 +1,13 @@ +INSERT INTO SOGo_folder_info + ( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername, + c_location, c_quick_location, c_folder_type ) +VALUES + ( '/Users/helge/Calendar', + 'Users', + 'helge', + 'Calendar', + NULL, + 'Calendar', + 'http://postgres:@agenor-db:5432/test/SOGo_helge_privcal', + 'http://postgres:@agenor-db:5432/test/SOGo_helge_privcal_quick', + 'Appointment' ); -- 2.39.5