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