P5-5651 append /us to USA article slugs

This commit is contained in:
Martin Carlsson
2020-08-27 12:43:14 +02:00
committed by GitHub
parent 9fd0a1c333
commit 1d18a2a370
+3
View File
@@ -0,0 +1,3 @@
-- prepend /us to USA article slugs
update article_content set slug = '/us' || slug where market_id = 11;