9 lines
178 B
MySQL
9 lines
178 B
MySQL
|
-- Revert numerus:import_contact from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.end_import_contacts(integer);
|
||
|
drop function if exists numerus.begin_import_contacts();
|
||
|
|
||
|
commit;
|