
ALTER TYPE public.attendance_method ADD VALUE IF NOT EXISTS 'face';
ALTER TABLE public.attendance ADD COLUMN IF NOT EXISTS face_photo_url text;
