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

9 lines
215 B
MySQL
Raw Normal View History

/*
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";