numerus/revert/tax.sql

9 lines
135 B
MySQL
Raw Normal View History

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