Use JSON data type for dataset column in dataset table #21
Labels
breaking
Breaking changes in major release
documentation
Improvements or additions to documentation
on hold
On hold
Milestone
As TYPO3 v12 will raise the database requirements and supports the JSON data type, the type of the
dataset
column in thetx_jobrouterdata_domain_model_dataset
should be moved fromTEXT
toJSON
. This makes it possible to select rows directly within aSELECT
statement instead of filtering via PHP.dataset
column.As the
dataset
column should contain always valid JSON this should produce no errors on migration.The text was updated successfully, but these errors were encountered: