---
title: "Deprecation: #107931 - Lowlevel DatabaseIntegrityCheck class"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-107931-1775647667"
source: "Changelog/14.3/Deprecation-107931-LowlevelDatabaseIntegrityCheck.rst"
typo3-version: "14.3"
typo3-major: 14
type: "deprecation"
issue: 107931
forge: "https://forge.typo3.org/issues/107931"
tags: ["PHP-API", "FullyScanned", "ext:lowlevel"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #107931 - Lowlevel DatabaseIntegrityCheck class {#deprecation-107931-1775647667}

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

## Description {#description}

The class `\TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck` has been
deprecated and will be removed in TYPO3 v15.0.

The class is no longer used internally by TYPO3 and should not be relied upon
by extensions.

## Impact {#impact}

Using `DatabaseIntegrityCheck` will trigger
a PHP `E_USER_DEPRECATED` error. The class will be removed in TYPO3 v15.0.

## Affected installations {#affected-installations}

TYPO3 installations with extensions that use
`DatabaseIntegrityCheck` directly.

## Migration {#migration}

Extensions that rely on this class should implement the necessary functionality
themselves.
