---
title: "Breaking: #79777 - EXT:scheduler - Deleted column for tasks added"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79777"
source: "Changelog/9.0/Breaking-79777-AddedDeletedColumnForSchedulerTasks.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 79777
forge: "https://forge.typo3.org/issues/79777"
tags: ["Backend", "CLI", "NotScanned", "ext:scheduler"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Breaking: #79777 - EXT:scheduler - Deleted column for tasks added {#breaking-79777}

See [forge#79777](https://forge.typo3.org/issues/79777)

## Description {#description}

Instead of deleting the record directly in the database, a "deleted" column was added for `tx_scheduler_task`
in a way to have developers / admins revive a task later-on.

## Impact {#impact}

It is not possible to remove a task completely using the delete button in the scheduler module.

Instead the "deleted" column will be set to 1 and the task won't show up in the backend module, and cannot
be called via CLI anymore.

## Affected Installations {#affected-installations}

If an extension is accessing the database table `tx_scheduler_task` directly, an additional `deleted=0` check
needs to be added.
