summaryrefslogtreecommitdiff
path: root/webmail/SQL/postgres/2013011000.sql
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/SQL/postgres/2013011000.sql')
-rw-r--r--webmail/SQL/postgres/2013011000.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/webmail/SQL/postgres/2013011000.sql b/webmail/SQL/postgres/2013011000.sql
new file mode 100644
index 0000000..a8cf917
--- /dev/null
+++ b/webmail/SQL/postgres/2013011000.sql
@@ -0,0 +1,4 @@
+CREATE TABLE "system" (
+ name varchar(64) NOT NULL PRIMARY KEY,
+ value text
+);