numerus/revert/attach_to_expense.sql

8 lines
138 B
MySQL
Raw Normal View History

-- Revert numerus:attach_to_expense from pg
begin;
drop function if exists numerus.attach_to_expense(uuid, text, text, bytea);
commit;