Exercice: add overview field
This field is use as a high level description of the exercice. It will be displayed on the public interface only: not to players.
This commit is contained in:
parent
f211278c8b
commit
bc4a1ee7de
5 changed files with 28 additions and 19 deletions
|
|
@ -94,6 +94,7 @@ CREATE TABLE IF NOT EXISTS exercices(
|
|||
title VARCHAR(255) NOT NULL,
|
||||
path VARCHAR(255) NOT NULL,
|
||||
statement TEXT NOT NULL,
|
||||
overview TEXT NOT NULL,
|
||||
depend INTEGER,
|
||||
gain INTEGER NOT NULL,
|
||||
coefficient_cur FLOAT NOT NULL DEFAULT 1.0,
|
||||
|
|
|
|||
Reference in a new issue