-- Run once on existing databases (schema.sql already includes this for fresh installs)
ALTER TABLE listings
  ADD COLUMN featured_image_path VARCHAR(500) DEFAULT NULL AFTER logo_path;
