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

Commit 4a004e7

Browse files
author
shawniverson
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into 3.0.2.3
2 parents 7579007 + d1a7068 commit 4a004e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/MYSQL/create.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ CREATE TABLE IF NOT EXISTS `maillog` (
124124
`time` time DEFAULT NULL,
125125
`headers` mediumtext COLLATE utf8_unicode_ci,
126126
`quarantined` tinyint(1) DEFAULT '0',
127-
`rblspamreport` mediumtext COLLATE utf8_unicode_ci DEFAULT NULL,
128-
`token` CHAR(64) COLLATE utf8_unicode_ci DEFAULT NULL,
129127
PRIMARY KEY (`maillog_id`),
130128
KEY `maillog_datetime_idx` (`date`,`time`),
131129
KEY `maillog_id_idx` (`id`(20)),

0 commit comments

Comments
 (0)