https://github.com/metabase/toucan/blob/master/docs/db-functions.md#update-where says `update-where` does not call `pre-update` while https://github.com/metabase/toucan/blob/master/docs/defining-models.md#pre-update says `pre-update` gets called, while `post-update` does not.
https://github.com/metabase/toucan/blob/master/docs/db-functions.md#update-where says
update-wheredoes not callpre-updatewhile https://github.com/metabase/toucan/blob/master/docs/defining-models.md#pre-update sayspre-updategets called, whilepost-updatedoes not.