Using database and uninstalling
Permalink 1 user found helpfulAre the tables removed with uninstall or should that be done in the packagecontroller's uninstall function?
Thanks!
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
Note that there are some situations where you might not want to delete the tables -- it's very possible someone might accidentally uninstall an addon but then want to reinstall it. If the addon had "important" information saved with it (for example, all of the submitted forms from customers or all order histories for eCommerce), it might be best to just leave the tables intact -- that way the data can be recovered in case the addon was removed accidentally or someone changed their mind.