Files
database/migrations/000.236.sql
T

4 lines
121 B
SQL

-- P5-5751: prepend /int to global article slugs
update article_content set slug = '/int' || slug where market_id = 7;