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

9 lines
286 B
SQL

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