+2009-10-29 Francois Suter <francois@typo3.org>
+
+ * Fixed bug #12381: Scheduler: Changed TEXT fields to BLOBS for storing serialized data (thanks to Michael Klapper)
+
2009-10-29 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #12371: Warning issued on first load of install tool with open_basedir set
lastexecution_time int(11) unsigned DEFAULT '0' NOT NULL,
lastexecution_failure text NOT NULL,
lastexecution_context char(3) DEFAULT '' NOT NULL,
- serialized_task_object text NOT NULL,
- serialized_executions text NOT NULL,
+ serialized_task_object blob NOT NULL,
+ serialized_executions blob NOT NULL,
PRIMARY KEY (uid),
KEY index_nextexecution (nextexecution)
);