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