-- prepend /us to USA article slugs update article_content set slug = '/us' || slug where market_id = 11;