Files
nextbooru/prisma/migrations/20250105130053_add_preview/migration.sql
2025-01-05 18:04:37 +01:00

9 lines
234 B
SQL

/*
Warnings:
- Added the required column `previewHash` to the `Post` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "Post" ADD COLUMN "previewHash" TEXT NOT NULL;