-- 009_auth.down.sql -- M13a: reverse the auth schema. Drops everything in the 'auth' schema. DROP SCHEMA IF EXISTS auth CASCADE;