leetify-data/sqitch/revert/data-schema.sql

8 lines
81 B
PL/PgSQL

-- Revert leetify-data:data-schema from pg
BEGIN;
DROP SCHEMA data;
COMMIT;