numerus/revert/new_invoice_product.sql

8 lines
112 B
MySQL
Raw Normal View History

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