Had to remove the drop/create of cc_users because some obscure views make
use of it. No existing code expects cc_users to contain "bio" anyway, so
recreating the view was a matter of tidiness, not need. Drop ... cascade
would work but would break ecommerce and dotlrn-ecommerce, and likely some
other packages, so this seems the lesser of two evils.