kidshift-be/prisma/migrations/20240619063137_active_code_make_unique/migration.sql

9 lines
268 B
MySQL
Raw Normal View History

2024-06-19 06:31:58 +00:00
/*
Warnings:
- A unique constraint covering the columns `[code]` on the table `ActiveLoginCode` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "ActiveLoginCode_code_key" ON "ActiveLoginCode"("code");