numerus/revert/contact.sql

9 lines
147 B
PL/PgSQL

-- Revert numerus:contact from pg
begin;
drop policy if exists company_policy on numerus.contact;
drop table if exists numerus.contact;
commit;