8 lines
138 B
MySQL
8 lines
138 B
MySQL
|
-- Revert numerus:attach_to_invoice from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.attach_to_invoice(uuid, text, text, bytea);
|
||
|
|
||
|
commit;
|