Files

9 lines
235 B
SQL
Raw Permalink Normal View History

2026-04-14 15:25:20 +05:30
/*
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");