pixelant / pxa_dealers

Extension to display searchable dealers/shops or other points of interests on Google maps
GNU General Public License v2.0
0 stars 1 forks source link

[BUGFIX] Prevent exception if db schema isn't updated #39

Closed VladVilya closed 3 years ago

VladVilya commented 3 years ago

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.