---
title: "Breaking: #92558 - Database Field be_users.createdByAction removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-92558"
source: "Changelog/11.0/Breaking-92558-DatabaseFieldBe_userscreatedByActionRemoved.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #92558 - Database Field be_users.createdByAction removed

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

## Description

The database field `be_users.createdByAction` which was used
as a type of history for the extracted `sys_action` extension,
has been removed from TYPO3 Core.

## Impact

Accessing or writing to this database field directly will result
in a SQL error.

## Affected Installations

TYPO3 installations using this database field directly.

## Migration

Re-add this field manually if needed, otherwise it is recommended
to put such information in the History functionality of TYPO3 Core.
