numerus/revert/add_product.sql

8 lines
139 B
PL/PgSQL

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