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