aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-05 23:13:54 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-07 15:09:53 +0200
commitb7df4de4b751203f43ccf73ca88a2ac3b6c39729 (patch)
tree3077e38fcd1aa4aa6403b753e7b22a951d3fafed /install/schema_postgres.sql
parentb237425c9465dad8c0f597f3402d8119d40d1b2e (diff)
downloadvolse-hubzilla-b7df4de4b751203f43ccf73ca88a2ac3b6c39729.tar.gz
volse-hubzilla-b7df4de4b751203f43ccf73ca88a2ac3b6c39729.tar.bz2
volse-hubzilla-b7df4de4b751203f43ccf73ca88a2ac3b6c39729.zip
:construction_worker::white_check_mark::bug: Import table structure in TravisCI.
Fix a syntax error in schema_postres.sql which was discovered while working on this.
Diffstat (limited to 'install/schema_postgres.sql')
-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 0328040f4..4c65d165d 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -751,7 +751,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,