Finish off the links between frontend and backend #10

Merged
dylan merged 24 commits from feat/add-frontend-pages into main 2026-03-18 20:30:19 +00:00
Showing only changes of commit 71998c450e - Show all commits

View File

@@ -43,7 +43,7 @@ CREATE TABLE events (
weekday VARCHAR(255) NOT NULL, weekday VARCHAR(255) NOT NULL,
/* Posts Only */ /* Posts Only */
title VARCHAR(255), title TEXT,
/* Comments Only*/ /* Comments Only*/
parent_id VARCHAR(255), parent_id VARCHAR(255),