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