Separate invite resend and regeneration and add copy link
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "invites" ADD COLUMN "token_encrypted" text;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE "invites" ADD COLUMN "token_encrypted" text;
|
||||