From 35816924588e39cd25a64ba804231142e783e9e2 Mon Sep 17 00:00:00 2001 From: alexisrc1 Date: Sat, 25 Jan 2025 19:24:41 +0100 Subject: [PATCH] changing article's name --- .../official-site/sqlpage/migrations/54_blog_bompard.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/official-site/sqlpage/migrations/54_blog_bompard.sql b/examples/official-site/sqlpage/migrations/54_blog_bompard.sql index b858eb16..4fc44573 100644 --- a/examples/official-site/sqlpage/migrations/54_blog_bompard.sql +++ b/examples/official-site/sqlpage/migrations/54_blog_bompard.sql @@ -2,10 +2,10 @@ INSERT INTO blog_posts (title, description, icon, created_at, content) VALUES ( - 'Alexis''s performance monitoring tool', - 'Alexis built a performance monitoring tool with SQLPage', + 'How I built a 360° performance monitoring tool with SQL Queries', + 'Alexis built a performance monitoring tool with SQLPage for a 100M€/year company', 'shirt', - '2024-10-26', + '2025-01-25', ' # How I Built And Deployed An Exhaustive Performance Monitoring Tool For a 100M€/year Company Using SQL Queries Only