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
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;
......@@ -42,6 +42,7 @@ model Assignment {
gitlabLastInfo Json @db.Json
gitlabLastInfoDate DateTime
published Boolean @default(false)
useSonar Boolean @default(false)
exercises Exercise[]
staff User[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment