AmpersandHQ / ampersand-magento2-upgrade-patch-helper

Helper script to aid upgrading magento 2 websites by detecting overrides. Now supports third party module detections
GNU Lesser General Public License v3.0
322 stars 39 forks source link

Improve edge case handling of db_schema.xml #105

Closed convenient closed 1 year ago

convenient commented 1 year ago

When only whitespace or comments (like licence info etc) were added to a db_schema.xml file, and you ran with -vvv and --php-strict-errors you would get an exception with

could not work out db schema changes for this diff

This is not really necessary, and gets in the way of debugging actual errors when using -vvv --php-strict-errors

Checklist