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