Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into 3.0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shawniverson committed May 20, 2017
2 parents 7579007 + d1a7068 commit 4a004e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/MYSQL/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ CREATE TABLE IF NOT EXISTS `maillog` (
`time` time DEFAULT NULL,
`headers` mediumtext COLLATE utf8_unicode_ci,
`quarantined` tinyint(1) DEFAULT '0',
`rblspamreport` mediumtext COLLATE utf8_unicode_ci DEFAULT NULL,
`token` CHAR(64) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`maillog_id`),
KEY `maillog_datetime_idx` (`date`,`time`),
KEY `maillog_id_idx` (`id`(20)),
Expand Down

0 comments on commit 4a004e7

Please sign in to comment.