Webhooks - make `Webhook#enable!` (and similar) not write unless needed
Some methods in webhooks can perform unnecessary writes (notably Webhook#enable!
and related methods). We should check the current state before writing to the DB, to save unnecessary writes.