numerus/revert/edit_collection.sql

8 lines
162 B
PL/PgSQL

-- Revert numerus:edit_collection from pg
begin;
drop function if exists numerus.edit_collection(uuid, date, integer, text, text, numerus.tag_name[]);
commit;