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