You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the row 'order' is not removed when deactivating the plugin. Isn't this desirable behavior, since now you 'polute' the database after checking a plugin out, or removing it once it is not needed anymore. Could a register_deactivation_hook be used? If so I'd be happy to do some code for it and make a pull request, but thought I'd ask first why this isn't implemented yet.
The text was updated successfully, but these errors were encountered:
I think the column should only be removed when uninstalling the plugin. I'd rather not lose data when I just deactivated this plugin - be it by accident or on purpose.
I noticed that the row 'order' is not removed when deactivating the plugin. Isn't this desirable behavior, since now you 'polute' the database after checking a plugin out, or removing it once it is not needed anymore. Could a
register_deactivation_hook
be used? If so I'd be happy to do some code for it and make a pull request, but thought I'd ask first why this isn't implemented yet.The text was updated successfully, but these errors were encountered: