009_auth.down.sql 131 B

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