fix: remove the @unique from the prisma schema

This commit is contained in:
Pierre Ryssen
2026-03-11 16:55:19 +01:00
parent d5d7b15f16
commit 0ce9c1be39
6 changed files with 48 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
-- DropIndex
DROP INDEX "TikTokToken_openId_key";