Files
gg-backend/backend/prisma/migrations/20260414091055/migration.sql
T
2026-04-14 15:25:20 +05:30

9 lines
235 B
SQL

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