feat(finalist): add reminderSentAt for confirmation reminders
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "FinalistConfirmation" ADD COLUMN "reminderSentAt" TIMESTAMP(3);
|
||||||
@@ -2761,6 +2761,7 @@ model FinalistConfirmation {
|
|||||||
declinedAt DateTime?
|
declinedAt DateTime?
|
||||||
declineReason String? // optional free-text on decline
|
declineReason String? // optional free-text on decline
|
||||||
expiredAt DateTime?
|
expiredAt DateTime?
|
||||||
|
reminderSentAt DateTime? // set when the pre-deadline reminder is sent (cron)
|
||||||
promotedFromWaitlistEntryId String? @unique // null for original finalists
|
promotedFromWaitlistEntryId String? @unique // null for original finalists
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
|
|||||||
Reference in New Issue
Block a user