Implement sort_regexp_validator_groups
This commit is contained in:
parent
081ad1f928
commit
5a79343af8
7 changed files with 42 additions and 26 deletions
|
|
@ -193,6 +193,7 @@ CREATE TABLE IF NOT EXISTS exercice_flags(
|
|||
notrim BOOLEAN NOT NULL DEFAULT 0,
|
||||
multiline BOOLEAN NOT NULL DEFAULT 0,
|
||||
validator_regexp VARCHAR(255) NULL,
|
||||
sort_re_grps BOOLEAN NOT NULL DEFAULT 0,
|
||||
cksum BINARY(64) NOT NULL,
|
||||
choices_cost INTEGER NOT NULL,
|
||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice)
|
||||
|
|
|
|||
Reference in a new issue