Skip to content

Commit 2f6ed1c

Browse files
committed
feat: remove token uniqueness constraint by provider
Some users want to have the same token multiple times, specially useful for custom providers.
1 parent 06ef05f commit 2f6ed1c

File tree

4 files changed

+5347
-4
lines changed

4 files changed

+5347
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "latitude"."provider_api_keys" DROP CONSTRAINT "provider_api_keys_token_provider_workspace_id_deleted_at_unique";

0 commit comments

Comments
 (0)