P5-5751 prepend /int to global article slugs

This commit is contained in:
Martin Carlsson
2020-09-17 13:26:32 +02:00
committed by GitHub
parent bf8ceccb09
commit fbaade5c50
+3
View File
@@ -0,0 +1,3 @@
-- P5-5751: prepend /int to global article slugs
update article_content set slug = '/int' || slug where market_id = 7;