Skip to content
Snippets Groups Projects
Commit f44557a0 authored by Tomas Norre Mikkelsen's avatar Tomas Norre Mikkelsen Committed by Benni Mack
Browse files

[BUGFIX] Remove NOT NULL from optional text fields in system extensions

Removes NOT NULL requirement from TEXT database columns where the field is
not required to be filled in the backend. This aligns TCA definition and
database configuration, allowing to skip those fields when creating
records as MySQL doesn't allow default values for TEXT columns.

Resolves: #71952
Releases: master
Change-Id: Ic863899c6343a8e8c603a265c85dd906ad834568
Reviewed-on: https://review.typo3.org/45039


Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 22bc0f0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment