# .\scripts\start_meeting_advisor.ps1 -FlaskSampleRoot "D:\src\flask_sample" # deprecated alias Write-Error "Contact Advisor repo not found. Clone beside resume-agent ...
ADD COLUMN IF NOT EXISTS resume_type TEXT DEFAULT 'pdf' CHECK (resume_type IN ('pdf', 'structured')), ADD COLUMN IF NOT EXISTS structured_data JSONB; ...