mirror of
https://github.com/massbug/judge4c.git
synced 2026-06-01 16:18:52 +00:00
9 lines
215 B
MySQL
9 lines
215 B
MySQL
|
|
/*
|
||
|
|
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";
|