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