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