*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 16 Mar 2007 02:46:32 +0000 (02:46 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 16 Mar 2007 02:46:32 +0000 (02:46 +0000)
mmsoftware/mmmail/scripts/pgsql-tables.sql

index 77c9ae9..70df8b4 100644 (file)
@@ -1,4 +1,4 @@
---- $Id: pgsql-tables.sql,v 1.1.2.9 2007/03/16 02:20:51 mmondor Exp $
+--- $Id: pgsql-tables.sql,v 1.1.2.10 2007/03/16 02:46:32 mmondor Exp $
 
 BEGIN;
 
@@ -55,7 +55,7 @@ CREATE TABLE "relayfrom" (
 CREATE TABLE "user" (
        id              varchar(32)     NOT NULL,
        name            varchar(64)     NOT NULL,
-       passwd          char(34)        NOT NULL,
+       passwd          varchar(34)     NOT NULL,
        time_created    timestamp       NOT NULL
                                        DEFAULT CURRENT_TIMESTAMP,
        time_activity   timestamp       NOT NULL