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