OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

OllieJones opened this issue · comments

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/