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