Bug #53750 ยป bugfix_53750.diff
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,
|