mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
see ChangeLog
Monotone-Revision: 9054022ef1ca8aeba6e34842d27d9b94ce002b89 Monotone-Author: dev-unix.inverse.qc.ca Monotone-Date: 2006-06-15T19:34:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
Files
|
||||
=====
|
||||
|
||||
appointment-create.psql
|
||||
- this is a template for creating appointment quick/blob tables
|
||||
- not used by code atm
|
||||
|
||||
folderinfo-create.psql
|
||||
- create folder info table (folder registry table)
|
||||
- insert some folders per default:
|
||||
- /Users
|
||||
- /Users/helge
|
||||
- /Users/helge/Calendar
|
||||
|
||||
foldertablecreate-root.psql
|
||||
- insert "/" and "/Users" parent folders (without storage, quick and type)
|
||||
|
||||
foldertablecreate-helge-privcal.psql
|
||||
- create a quick and content table for 'helge/Calendar' folder
|
||||
|
||||
register-agenor-helge-privcal.psql
|
||||
- register folder "/Users/helge/Calendar" folder in the registry table with
|
||||
a link to the proper quick and content tables
|
||||
|
||||
testapt-agenor-helge-privcal.psql
|
||||
- insert a raw iCalendar test appointment in the /Users/helge/Calendar
|
||||
folder quick and content tables
|
||||
|
||||
|
||||
Notes
|
||||
=====
|
||||
|
||||
Listing the folders of a certain user:
|
||||
|
||||
sqlite> SELECT c_path FROM SOGo_folder_info \
|
||||
WHERE c_path2 = 'test.et.di.cete-lyon';
|
||||
/Users/test.et.di.cete-lyon
|
||||
/Users/test.et.di.cete-lyon/Calendar
|
||||
/Users/test.et.di.cete-lyon/Contacts
|
||||
Reference in New Issue
Block a user