8 lines
107 B
MySQL
8 lines
107 B
MySQL
|
-- Revert numerus:quote_tax_amount from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop view if exists numerus.quote_tax_amount;
|
||
|
|
||
|
commit;
|