-- Migration: Add media_ids_json column to posts table -- This supports media_group (album) posts with multiple photos/videos ALTER TABLE posts ADD COLUMN IF NOT EXISTS media_ids_json JSONB;