aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-05-07 15:06:45 +0200
committerGitHub <noreply@github.com>2017-05-07 15:06:45 +0200
commitbd3708870d04bd59d3a632945d1f4ff63640afe8 (patch)
tree783a4dc2f9e9e3bd915b5e38133e53e9a387f057 /install
parent2aa699d03e17091b92c55da0b16833b299b0d081 (diff)
parentf162508ad18b1fca9a5201f4956d52022bd941a8 (diff)
downloadvolse-hubzilla-bd3708870d04bd59d3a632945d1f4ff63640afe8.tar.gz
volse-hubzilla-bd3708870d04bd59d3a632945d1f4ff63640afe8.tar.bz2
volse-hubzilla-bd3708870d04bd59d3a632945d1f4ff63640afe8.zip
Merge pull request #756 from dawnbreak/QA_testing
:construction_worker::white_check_mark::bug: Import table structure in TravisCI.
Diffstat (limited to 'install')
-rw-r--r--install/schema_postgres.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index 774f355aa..389cc6a84 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -753,7 +753,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,