numerus/revert/tag.sql

8 lines
82 B
PL/PgSQL

-- Revert numerus:tag from pg
begin;
drop table if exists numerus.tag;
commit;