appschema.sql 71 B

1234567
  1. -- Revert flipr:appschema from pg
  2. BEGIN;
  3. DROP SCHEMA flipr;
  4. COMMIT;