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