numerus/revert/edit_product.sql

8 lines
158 B
PL/PgSQL

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