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