]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/sql/register-agenor-test-contacts.psql
1d49923edbea482a11ab54a338eb4d5af71f5682
[scalable-opengroupware.org] / OGoContentStore / sql / register-agenor-test-contacts.psql
1 INSERT INTO SOGo_folder_info  
2   ( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername,  
3     c_location, c_quick_location, c_folder_type )  
4 VALUES  
5   ( '/Users/test.et.di.cete-lyon/Contacts',  
6     'Users', 
7     'test.et.di.cete-lyon', 
8     'Contacts', 
9      NULL, 
10     'Contacts',  
11     'http://postgres:@agenor-db:5432/test/SOGo_test_contacts_blob',  
12     'http://postgres:@agenor-db:5432/test/SOGo_test_contacts_quick',  
13     'Contact' );