numerus/revert/new_invoice_product.sql

8 lines
113 B
MySQL
Raw Normal View History

2023-02-16 22:09:10 +00:00
-- Revert numerus:new_invoice_product from pg
begin;
2023-02-16 22:09:10 +00:00
drop type if exists numerus.new_invoice_product;
commit;