8 lines
109 B
MySQL
8 lines
109 B
MySQL
|
-- Revert numerus:new_quote_product from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop type if exists numerus.new_quote_product;
|
||
|
|
||
|
commit;
|