8 lines
94 B
MySQL
8 lines
94 B
MySQL
|
-- Revert numerus:tax_class from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists numerus.tax_class;
|
||
|
|
||
|
commit;
|