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