diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-07 14:43:38 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-07 14:43:38 -0700 |
commit | 8c38841a4dbc1a8daca2cfce12a295f467ecbb68 (patch) | |
tree | 6d8404008829fa4287090b5f229f0150514b6005 /install | |
parent | 2c2ee706ac84926ceca21f5a4522034eb1b67d54 (diff) | |
parent | bd3708870d04bd59d3a632945d1f4ff63640afe8 (diff) | |
download | volse-hubzilla-8c38841a4dbc1a8daca2cfce12a295f467ecbb68.tar.gz volse-hubzilla-8c38841a4dbc1a8daca2cfce12a295f467ecbb68.tar.bz2 volse-hubzilla-8c38841a4dbc1a8daca2cfce12a295f467ecbb68.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'install')
-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, |