8 lines
157 B
MySQL
8 lines
157 B
MySQL
|
-- Revert numerus:tag_relation from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.tag_relation(regclass, name, integer, integer, numerus.tag_name[]);
|
||
|
|
||
|
commit;
|