create_tables.pgsql
changeset 29 9653d4f5d97f
parent 20 55146c78b3fb
child 42 9d10877e1c10
--- a/create_tables.pgsql	Thu May 01 19:27:06 2008 +0000
+++ b/create_tables.pgsql	Thu May 01 23:39:01 2008 +0000
@@ -53,7 +53,7 @@
     gid         bigint NOT NULL,
     mid         bigint NOT NULL DEFAULT 1,
     tid         bigint NOT NULL DEFAULT 1,
-    smpt        boolean NOT NULL DEFAULT TRUE,
+    smtp        boolean NOT NULL DEFAULT TRUE,
     pop3        boolean NOT NULL DEFAULT TRUE,
     imap        boolean NOT NULL DEFAULT TRUE,
     managesieve boolean NOT NULL DEFAULT TRUE,