privacy and imprint, reverse geocoding, news CRUD functionality, anonymous user authentification from cookies, unified CSS, photos and comments functionality for contributions #11

Merged
lukas.uptmoor merged 25 commits from dev/patrick into main 2026-04-27 15:08:45 +02:00
Showing only changes of commit 04f96b7aba - Show all commits

View File

@@ -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); 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) INSERT INTO news (municipality_id, title, content)
SELECT municipality_id, 'Mitmachkarte gestartet', SELECT municipality_id, 'Mitmachkarte gestartet',