Skip to content
Snippets Groups Projects
Commit 0b3735d8 authored by joel.vonderwe's avatar joel.vonderwe
Browse files

Add useSonar to assignment table

parent 3bbb8610
No related branches found
No related tags found
No related merge requests found
-- AlterTable
ALTER TABLE `Assignment` ADD COLUMN `useSonar` BOOLEAN NOT NULL DEFAULT false;
...@@ -34,6 +34,7 @@ model Assignment { ...@@ -34,6 +34,7 @@ model Assignment {
gitlabLastInfo Json @db.Json gitlabLastInfo Json @db.Json
gitlabLastInfoDate DateTime gitlabLastInfoDate DateTime
published Boolean @default(false) published Boolean @default(false)
useSonar Boolean @default(false)
exercises Exercise[] exercises Exercise[]
staff User[] staff User[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment