]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@167 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 10 Aug 2004 15:17:27 +0000 (15:17 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 10 Aug 2004 15:17:27 +0000 (15:17 +0000)
OGoContentStore/sql/foldertablecreate-helge-privcal.psql [moved from OGoContentStore/sql/appointment-hh-create.psql with 100% similarity]
OGoContentStore/sql/foldertablecreate-root.psql [new file with mode: 0644]
OGoContentStore/sql/register-agenor-helge-privcal.psql [new file with mode: 0644]

diff --git a/OGoContentStore/sql/foldertablecreate-root.psql b/OGoContentStore/sql/foldertablecreate-root.psql
new file mode 100644 (file)
index 0000000..068111e
--- /dev/null
@@ -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 (file)
index 0000000..42d19fb
--- /dev/null
@@ -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' );