Skip to content

Add in notified_at column for profileInvites#721

Merged
scazan merged 1 commit intodevfrom
notifiedAt-migration
Mar 6, 2026
Merged

Add in notified_at column for profileInvites#721
scazan merged 1 commit intodevfrom
notifiedAt-migration

Conversation

@scazan
Copy link
Collaborator

@scazan scazan commented Mar 6, 2026

Adds in a DB migration for a new notified_at column used in profile invites to track when an invite is sent as well as be able to tell IF an invite has been sent.

@scazan scazan marked this pull request as ready for review March 6, 2026 13:57
@scazan scazan changed the title Add in notified_at column Add in notified_at column for profileInvites Mar 6, 2026
mode: 'string',
}),
// null = pending, set = accepted
acceptedOn: timestamp('accepted_on', {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks inconsistent and we'll need to migrate this acceptedOn to acceptedAt I think later.

@vercel
Copy link
Contributor

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview Mar 6, 2026 1:59pm

Request Review

@scazan scazan merged commit 30b7a1a into dev Mar 6, 2026
12 of 13 checks passed
@scazan scazan deleted the notifiedAt-migration branch March 6, 2026 14:06
@scazan scazan mentioned this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants