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