diff --git a/migrations/000.236.sql b/migrations/000.236.sql new file mode 100644 index 0000000..bd7e5f0 --- /dev/null +++ b/migrations/000.236.sql @@ -0,0 +1,3 @@ +-- P5-5751: prepend /int to global article slugs + +update article_content set slug = '/int' || slug where market_id = 7;