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