Monotone-Parent: ab81a2b3344ce13069fdc2f4762e128a13136bb3

Monotone-Revision: 6f946a78a43cf1914cfbcff43562c9c0ed48a1b0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-25T17:52:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-07-25 17:52:49 +00:00
parent 8a17179ab1
commit c4f917942d
19 changed files with 69 additions and 149 deletions
+10
View File
@@ -0,0 +1,10 @@
--
-- (C) 2004-2005 SKYRIX Software AG
-- (C) 2006-2007 Inverse groupe conseil
--
CREATE TABLE @{tableName} (
c_uid VARCHAR(255) NOT NULL PRIMARY KEY,
c_defaults TEXT,
c_settings TEXT
);