numerus/revert/attach_to_collection.sql

8 lines
144 B
PL/PgSQL

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