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

Database => Add enonce published field

parent 67e053dc
No related branches found
No related tags found
No related merge requests found
-- AlterTable
ALTER TABLE Enonce
ADD COLUMN published BOOLEAN NOT NULL DEFAULT FALSE;
......@@ -28,6 +28,7 @@ model Enonce {
gitlabCreationInfo Json @db.Json
gitlabLastInfo Json @db.Json
gitlabLastInfoDate DateTime
published Boolean @default(false)
exercices Exercice[]
staff User[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment