mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 00:11:22 +00:00
Monotone-Revision: ac41b336193e4f9b7fda6592bea6edea9ee55074 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-29T21:53:28 Monotone-Branch: ca.inverse.sogo
10 lines
153 B
SQL
10 lines
153 B
SQL
--
|
|
-- (C) 2005 SKYRIX Software AG
|
|
--
|
|
|
|
CREATE TABLE SOGo_user_profile (
|
|
uid VARCHAR(255) NOT NULL PRIMARY KEY,
|
|
defaults TEXT,
|
|
settings TEXT
|
|
);
|