Skip to content

Commit

Permalink
fix: Remove unique index on API key name as it was forcing the name t…
Browse files Browse the repository at this point in the history
…o be unique globally
  • Loading branch information
MohamedBassem committed Mar 2, 2024
1 parent 8ab2747 commit 96b28b1
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/db/drizzle/0005_quiet_gunslinger.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS `apiKey_name_unique`;
Loading

0 comments on commit 96b28b1

Please sign in to comment.