8 lines
111 B
MySQL
8 lines
111 B
MySQL
|
-- Revert camper:new_invoice_product from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop type if exists camper.new_invoice_product;
|
||
|
|
||
|
commit;
|