subman-nextjs/prisma/migrations/20240611100117_init/migration.sql

9 lines
238 B
MySQL
Raw Normal View History

2024-06-11 13:35:56 +00:00
/*
Warnings:
- A unique constraint covering the columns `[name]` on the table `Genre` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "Genre_name_key" ON "Genre"("name");