numerus/revert/tax.sql

9 lines
125 B
PL/PgSQL

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