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