numerus/revert/collection_attachment.sql

8 lines
118 B
PL/PgSQL

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