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