Monotone-Parent: cabe90d6f97f59078bc2811dccc1b93963503963

Monotone-Revision: 814e2c26d81893d5ea03ae14fc5a03d63cb2431a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-13T21:27:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-13 21:27:20 +00:00
parent b33f0ff289
commit 7bfea6c8a1
4 changed files with 51 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
--
-- (C) 2007 Inverse groupe conseil
--
CREATE TABLE SOGo_user_profile (
c_uid VARCHAR(255) NOT NULL PRIMARY KEY,
c_defaults CLOB,
c_settings CLOB
);