numerus/revert/attach_to_payment.sql

8 lines
138 B
MySQL
Raw Permalink Normal View History

2024-08-11 22:08:18 +00:00
-- Revert numerus:attach_to_payment from pg
begin;
drop function if exists numerus.attach_to_payment(uuid, text, text, bytea);
commit;