-- Revert camper:service__position from pg
begin;
alter table camper.service
drop column if exists position
;
commit;