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