8 lines
120 B
MySQL
8 lines
120 B
MySQL
|
-- Revert camper:invoice_product_product from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists camper.invoice_product_product;
|
||
|
|
||
|
commit;
|