8 lines
132 B
MySQL
8 lines
132 B
MySQL
|
-- Revert numerus:next_invoice_number from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.next_invoice_number(integer, date);
|
||
|
|
||
|
commit;
|