numerus/revert/invoice.sql

8 lines
90 B
MySQL
Raw Normal View History

2023-02-09 10:42:31 +00:00
-- Revert numerus:invoice from pg
begin;
drop table if exists numerus.invoice;
commit;