TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:38 +02:00
commit 4392dbe2ce
142 changed files with 11824 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
CREATE TABLE tx_scheduler_task (
# @deprecated will be removed in TYPO3 v16 when the upgrade wizard is going to be removed
serialized_task_object mediumblob,
serialized_executions mediumblob,
KEY index_nextexecution (nextexecution)
);