numerus/revert/collection.sql

8 lines
96 B
PL/PgSQL

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