sogo/OGoContentStore/sql/profile-create.psql
Wolfgang Sourdeau d496458822 Monotone-Parent: 321895620e6004eb8531368e2dcdf24c7b8313fe
Monotone-Revision: 57460c0d603329bd97af00dc5d497ed44b731d76

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-23T15:05:45
Monotone-Branch: ca.inverse.sogo
2007-04-23 15:05:45 +00:00

10 lines
153 B
Plaintext

--
-- (C) 2005 SKYRIX Software AG
--
CREATE TABLE SOGo_user_profile (
uid VARCHAR(255) NOT NULL PRIMARY KEY,
defaults TEXT,
settings TEXT
);