numerus/revert/tag_relation.sql

8 lines
157 B
PL/PgSQL

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