numerus/revert/tax.sql

9 lines
125 B
MySQL
Raw Normal View History

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