feat/blig edit

This commit is contained in:
rishalkv
2026-04-14 15:25:20 +05:30
parent 0fddd7a656
commit 86afb86d3c
8 changed files with 94 additions and 41 deletions
@@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `slug` to the `Blog` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Blog" ADD COLUMN "slug" TEXT NOT NULL;