From 04f96b7ababb87b8e842f70cb0456d6ef53e4062 Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Fri, 24 Apr 2026 16:50:27 +0200 Subject: [PATCH] commented migration for news table --- migrations/003_news_table.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/003_news_table.sql b/migrations/003_news_table.sql index dbbc3ad..cd68291 100644 --- a/migrations/003_news_table.sql +++ b/migrations/003_news_table.sql @@ -30,13 +30,13 @@ CREATE TRIGGER set_news_updated_at -- --------------------------------------------------------------------- --- Block 4: Indexes for fast Queries +-- Block 3 Indexes for fast Queries -- --------------------------------------------------------------------- CREATE INDEX idx_news_municipality ON news(municipality_id); -- --------------------------------------------------------------------- --- Block 8: Seed Data — Initial News Article +-- Block 4: Seed Data — Initial News Article -- --------------------------------------------------------------------- INSERT INTO news (municipality_id, title, content) SELECT municipality_id, 'Mitmachkarte gestartet',