8 lines
139 B
MySQL
8 lines
139 B
MySQL
|
-- Revert numerus:add_product from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.add_product(integer, text, text, text, integer[]);
|
||
|
|
||
|
commit;
|