numerus/revert/tax.sql

9 lines
135 B
PL/PgSQL

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