numerus/revert/quote_product_amount.sql

8 lines
115 B
MySQL
Raw Normal View History

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