diff options
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index ae6e41345..2ff3623b7 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -712,7 +712,7 @@ CREATE TABLE "mail" ( "to_xchan" text NOT NULL DEFAULT '', "account_id" bigint NOT NULL DEFAULT '0', "channel_id" bigint NOT NULL DEFAULT '0', - "mail_mimetype char(64) NOT NULL DEFAULT '0', + "mail_mimetype" char(64) NOT NULL DEFAULT '0', "title" text NOT NULL, "body" text NOT NULL, "sig" text NOT NULL, |