numerus/revert/tag_name.sql

8 lines
93 B
PL/PgSQL

-- Revert numerus:tag_name from pg
begin;
drop domain if exists numerus.tag_name;
commit;