numerus/revert/quote_amount.sql

8 lines
99 B
MySQL
Raw Normal View History

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