Skip to content
Snippets Groups Projects
Commit 1cdc223a authored by michael.minelli's avatar michael.minelli
Browse files

DB => Add correctionDescription field

parent 8dcc1547
No related branches found
No related tags found
No related merge requests found
-- AlterTable
ALTER TABLE `Exercise` ADD COLUMN `correctionDescription` VARCHAR(80) NULL;
...@@ -50,7 +50,8 @@ model Exercise { ...@@ -50,7 +50,8 @@ model Exercise {
gitlabLastInfo Json @db.Json gitlabLastInfo Json @db.Json
gitlabLastInfoDate DateTime gitlabLastInfoDate DateTime
correctionCommit Json? @db.Json correctionCommit Json? @db.Json
correctionDescription String? @db.VarChar(80)
assignment Assignment @relation(fields: [assignmentName], references: [name], onDelete: NoAction, onUpdate: Cascade) assignment Assignment @relation(fields: [assignmentName], references: [name], onDelete: NoAction, onUpdate: Cascade)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment