numerus/revert/quote.sql

8 lines
86 B
PL/PgSQL

-- Revert numerus:quote from pg
begin;
drop table if exists numerus.quote;
commit;