judge4c/prisma/migrations/20260529055652_remove_assignment_problem_max_points/migration.sql

9 lines
215 B
SQL

/*
Warnings:
- You are about to drop the column `maxPoints` on the `AssignmentProblem` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "AssignmentProblem" DROP COLUMN "maxPoints";