ZenCart Version 1.3.8. The following line fails:
ALTER IGNORE TABLE `test_table` ADD `test_field` INT( 11) NOT NULL DEFAULT '0';
sqlpatch.php responds:
1146 Table 'zencart.test_table' doesn't exist
in:
[ALTER IGNORE TABLE test_table ADD test_field INT(11) NOT NULL DEFAULT '0';]
This is because I use a prefix for my tables which is not added by the executeSQL function because ALTER IGNORE TABLE is not handled.



