Separate invite resend and regeneration and add copy link
This commit is contained in:
@@ -304,6 +304,7 @@ export const invites = pgTable(
|
||||
status: inviteStatus("status").notNull().default("pending"),
|
||||
email: text("email"),
|
||||
tokenHash: text("token_hash").notNull(),
|
||||
tokenEncrypted: text("token_encrypted"),
|
||||
reusable: boolean("reusable").notNull().default(false),
|
||||
maxUses: integer("max_uses").notNull().default(1),
|
||||
usedCount: integer("used_count").notNull().default(0),
|
||||
|
||||
Reference in New Issue
Block a user