numerus/revert/import_contact.sql

9 lines
178 B
PL/PgSQL

-- 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;