Files
database/migrations/000.230.sql
T

4 lines
108 B
SQL

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