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