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.
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.