:construction_worker::white_check_mark:🐛 Import table structure in TravisCI.

Fix a syntax error in schema_postres.sql which was discovered while
working on this.
This commit is contained in:
Klaus Weidenbach
2017-05-07 15:09:53 +02:00
committed by Mario Vavti
parent b237425c94
commit b7df4de4b7
4 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -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,