numerus/revert/quote_tax_amount.sql

8 lines
107 B
MySQL
Raw Normal View History

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