Feature: Add RSVP cut-off date functionality

This commit is contained in:
Starstrike
2025-05-01 13:44:29 -04:00
parent 3ac630bcc2
commit e1d23eeb32
6 changed files with 142 additions and 83 deletions

View File

@@ -387,6 +387,7 @@ async function initializeDatabase() {
slug TEXT NOT NULL UNIQUE,
needed_items TEXT,
wallpaper TEXT,
rsvp_cutoff_date TEXT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
)
`);