install/sql/ispconfig3.sql
@@ -1429,6 +1429,22 @@ `value` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `sys_cron` -- CREATE TABLE IF NOT EXISTS `sys_cron` ( `name` varchar(50) NOT NULL, `last_run` datetime NULL DEFAULT NULL, `next_run` datetime NULL DEFAULT NULL, `running` tinyint(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- --