Skip to content

Commit

Permalink
fix: fix invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 15, 2024
1 parent efdee24 commit e1b799e
Show file tree
Hide file tree
Showing 9 changed files with 1,842 additions and 14 deletions.
2 changes: 2 additions & 0 deletions apps/backend/drizzle/0002_fixed_lockjaw.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS `undb_invitation_email_unique`;--> statement-breakpoint
CREATE UNIQUE INDEX `invitation_unique_idx` ON `undb_invitation` (`email`,`space_id`);
Loading

0 comments on commit e1b799e

Please sign in to comment.