added engagement congratulations to guest book

This commit is contained in:
2025-07-15 09:23:33 -04:00
parent 5931d042b5
commit 3a2b20e468
7 changed files with 220 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "GuestBookEntry" ADD COLUMN "congratulated" BOOLEAN;