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