camper/revert/service__position.sql

10 lines
121 B
MySQL
Raw Normal View History

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