camper/revert/check_in_guests.sql

8 lines
143 B
MySQL
Raw Permalink Normal View History

-- Revert camper:check_in_guests from pg
begin;
drop function if exists camper.check_in_guests(integer, camper.checked_in_guest[]);
commit;