Files
drop/prisma/migrations/20250309234846_make_tokens_unique/migration.sql
2025-03-10 11:39:45 +11:00

9 lines
250 B
SQL

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