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