Skip to content
Snippets Groups Projects
Commit 49a33189 authored by joel.vonderwe's avatar joel.vonderwe Committed by michael.minelli
Browse files

Add useSonar to assignment table

parent d206ff2b
Branches
No related tags found
No related merge requests found
-- AlterTable
ALTER TABLE `Assignment` ADD COLUMN `useSonar` BOOLEAN NOT NULL DEFAULT false;
...@@ -42,6 +42,7 @@ model Assignment { ...@@ -42,6 +42,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