rockybot / docs /02_add_media_ids_json.sql
youaremywind
Initial commit
1e7a182
Raw
History Blame Contribute Delete
192 Bytes
-- 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;