Files
bracketeer/prisma/migrations/20240919235047_unique_auth_provider_value/migration.sql
2024-09-24 23:52:40 -06:00

9 lines
286 B
SQL

/*
Warnings:
- A unique constraint covering the columns `[providerValue]` on the table `AuthProvider` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "AuthProvider_providerValue_key" ON "AuthProvider"("providerValue");