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