numerus/revert/add_collection.sql

8 lines
172 B
PL/PgSQL

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