Skip to content

Commit 7b699b6

Browse files
author
Marius Cramer
committed
Copied new sql definitions from master
1 parent f266c30 commit 7b699b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `cron` ADD `log` enum('n','y') NOT NULL default 'n' AFTER `run_wday`;

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ CREATE TABLE `cron` (
402402
`run_mday` varchar(100) NULL,
403403
`run_month` varchar(100) NULL,
404404
`run_wday` varchar(100) NULL,
405+
`log` enum('n','y') NOT NULL default 'n',
405406
`active` enum('n','y') NOT NULL default 'y',
406407
PRIMARY KEY (`id`)
407408
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

0 commit comments

Comments
 (0)