fixed typo in CREATE TABLE users
authorPascal Volk <neverseen@users.sourceforge.net>
Thu, 01 May 2008 23:39:01 +0000
changeset 29 9653d4f5d97f
parent 28 87da30d30fde
child 30 24d8baf0cd6b
fixed typo in CREATE TABLE users
create_tables.pgsql
--- 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,