app/database/schema/402-new-address-and-phone.sql has this:
--
-- remove old columns AND DROP VIEWs temporarily
--
DROP VIEW v_client_treaters;
DROP VIEW v_treaters;
DROP VIEW v_emergency_contacts;
DROP VIEW v_client_contacts;
DROP VIEW v_contacts;
but they are never recreated by any later data migration script.