Files

9 lines
220 B
SQL
Raw Permalink Normal View History

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