-- Revert numerus:add_product from pg

begin;

drop function if exists numerus.add_product(integer, text, text, text, integer[], numerus.tag_name[]);

commit;