mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: b4c332e4ecfca6dc8c36a2c7549fe0d89c370dd8
Monotone-Revision: e330152856cd883c7b5d106b096c9cee04ddca1b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:20:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
CREATE TABLE SOGo_user_profile (
|
||||
uid VARCHAR(255) NOT NULL PRIMARY KEY,
|
||||
allowinternet SMALLINT DEFAULT 0,
|
||||
timezonename VARCHAR(255) DEFAULT 'MET'
|
||||
timezonename VARCHAR(255) DEFAULT 'MET',
|
||||
calendaruids TEXT
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user