numerus/revert/quote_contact.sql

8 lines
102 B
PL/PgSQL

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