CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
0036_invite_token_hash.sql
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| febd4f0 | 1 | -- Invite token hash — sha256(plaintext) of a single-use collaborator invite. |
| 2 | -- | |
| 3 | -- Set when the owner sends an invite, cleared when the invitee accepts. NULL | |
| 4 | -- on older rows that were auto-accepted before the email flow existed. | |
| 5 | ||
| 6 | ALTER TABLE repo_collaborators ADD COLUMN invite_token_hash TEXT; |