9 lines
125 B
MySQL
9 lines
125 B
MySQL
|
-- Revert numerus:tax from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop policy company_policy on numerus.tax;
|
||
|
drop table if exists numerus.tax;
|
||
|
|
||
|
commit;
|