Skip to content

Commit 1819a71

Browse files
committed
corrected file content
1 parent a416b99 commit 1819a71

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

install/sql/incremental/upd_0063.sql

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ CREATE TABLE `client_message_template` (
1111
`template_name` varchar(255) DEFAULT NULL,
1212
`subject` varchar(255) DEFAULT NULL,
1313
`message` text,
14-
PRIMARY KEY (`client_message_template_id`)
14+
PRIMARY KEY (`client_message_template_id`)
1515
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
16-
ALTER TABLE `spamfilter_policy` ADD `policyd_quota_in` int(11) NOT NULL DEFAULT '-1',
17-
ADD `policyd_quota_in_period` int(11) NOT NULL DEFAULT '24',
18-
ADD `policyd_quota_out` int(11) NOT NULL DEFAULT '-1',
19-
ADD `policyd_quota_out_period` int(11) NOT NULL DEFAULT '24',
20-
ADD `policyd_greylist` ENUM( 'Y', 'N' ) NOT NULL DEFAULT 'N';
16+
ALTER TABLE `spamfilter_policy` ADD `policyd_quota_in` int(11) NOT NULL DEFAULT '-1',
17+
ADD `policyd_quota_in_period` int(11) NOT NULL DEFAULT '24',
18+
ADD `policyd_quota_out` int(11) NOT NULL DEFAULT '-1',
19+
ADD `policyd_quota_out_period` int(11) NOT NULL DEFAULT '24',
20+
ADD `policyd_greylist` ENUM( 'Y', 'N' ) NOT NULL DEFAULT 'N';
21+
22+

0 commit comments

Comments
 (0)