Files
gg-backend/backend/prisma/migrations/20260414083619_added_slug/migration.sql
T

9 lines
220 B
SQL
Raw 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;