numerus/revert/remove_collection.sql

8 lines
119 B
PL/PgSQL

-- Revert numerus:remove_collection from pg
begin;
drop function if exists numerus.remove_collection(uuid);
commit;