numerus/revert/quote_amount.sql

8 lines
99 B
PL/PgSQL

-- Revert numerus:quote_amount from pg
begin;
drop view if exists numerus.quote_amount;
commit;