camper/revert/current_company_id.sql

8 lines
115 B
PL/PgSQL

-- Revert camper:current_company_id from pg
begin;
drop function if exists camper.current_company_id();
commit;