[ ] [TASK] - Any task, which is not a new feature or bugfix
[ ] [TEST] - Adding missing tests
[ ] [DOC] - Documentation only changes
[ ] [WIP] - Work in progress tag, should not be present when creating pull requests
Breaking change
Does this PR introduce a breaking change?
[ ] Yes
[x] No
Description
Fixes a bug where an exception would be thrown if the TCA was generated before the database schema had been updated. This also happened when running helhum/typo3-console's database:updateschema command, making it hard to update the schema in some cases.
New Pull Request checklist
PR Type
What kind of change does this PR introduce?
Breaking change
Does this PR introduce a breaking change?
Description
Fixes a bug where an exception would be thrown if the TCA was generated before the database schema had been updated. This also happened when running helhum/typo3-console's database:updateschema command, making it hard to update the schema in some cases.