Project

General

Profile

Bug #53750 ยป bugfix_53750.diff

Michiel Roos, 2013-11-19 09:57

View differences:

typo3/sysext/scheduler/ext_tables.sql
# Table structure for table 'tx_scheduler_task'
#
CREATE TABLE tx_scheduler_task (
uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
uid int(11) unsigned NOT NULL auto_increment,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
disable tinyint(4) unsigned DEFAULT '0' NOT NULL,
classname varchar(255) DEFAULT '' NOT NULL,
    (1-1/1)