Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

0036_invite_token_hash.sqlBlame6 lines · 1 contributor
febd4f0Claude1-- 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
6ALTER TABLE repo_collaborators ADD COLUMN invite_token_hash TEXT;