Files
var-monorepo/packages/database/prisma/schema/migrations/20250614050438_/migration.sql

9 lines
248 B
SQL

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