uninstallDB($xmlFile) ?
Permalink
Packages have the function Package::installDB($xmlFile), where $xmlFile is the path to an XML file that you want to install/refresh.
To create an uninstall function, shouldn't it be as simple as changingtoI've done this but it doesn't seem to work.
To create an uninstall function, shouldn't it be as simple as changing
$sql = $schema->ParseSchema($xmlFile);
$sql = $schema->RemoveSchema($xmlFile);
// Fail if XSLT extension is not available