Skip to content

Commit 3d626a3

Browse files
authored
changing article's name (sqlpage#789)
1 parent d5b3d12 commit 3d626a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/official-site/sqlpage/migrations/54_blog_bompard.sql

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
INSERT INTO blog_posts (title, description, icon, created_at, content)
33
VALUES
44
(
5-
'Alexis''s performance monitoring tool',
6-
'Alexis built a performance monitoring tool with SQLPage',
5+
'How I built a 360° performance monitoring tool with SQL Queries',
6+
'Alexis built a performance monitoring tool with SQLPage for a 100M€/year company',
77
'shirt',
8-
'2024-10-26',
8+
'2025-01-25',
99
'
1010
# How I Built And Deployed An Exhaustive Performance Monitoring Tool For a 100M€/year Company Using SQL Queries Only
1111

0 commit comments

Comments
 (0)