-- Run once on existing databases: adds qualifications (comma-separated list, same pattern as services_offered)
ALTER TABLE listings
  ADD COLUMN qualifications TEXT NULL DEFAULT NULL AFTER services_offered;
