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