numerus/revert/add_product.sql

8 lines
159 B
PL/PgSQL

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