I'm developing a new package fro Umbraco and using a MigrationPlan to create the database tables required by the package which is working perfectly.
However, my problem is I can't find any documentation on how tto do this in v8. In older versions I'd used a setup class that inherited from IPackageAction and used the Undo() function and I don't think that works any more.
Deleting database tables on package uninstall
I'm developing a new package fro Umbraco and using a MigrationPlan to create the database tables required by the package which is working perfectly.
However, my problem is I can't find any documentation on how tto do this in v8. In older versions I'd used a setup class that inherited from IPackageAction and used the Undo() function and I don't think that works any more.
Anyone got any pointers?
is working on a reply...