OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.
GNU General Public License v2.0
125 stars 10 forks source link

The wp-cli commands "enable" and "disable" should not throw errors when they have nothing to do. #76

Closed OllieJones closed 7 months ago

OllieJones commented 7 months ago

We want the wp-cli commands to be idempotent, and not generate failures when they find they have nothing to do because it's already done.

https://wordpress.org/support/topic/upgrading-tables-with-wp-cli/