Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/official-site/sqlpage/migrations/54_blog_bompard.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading