Trim flags to avoid mistakes due to empty lines or espaces...
This commit is contained in:
parent
e6d8f2db1b
commit
0cc72712a4
7 changed files with 24 additions and 14 deletions
|
|
@ -188,6 +188,7 @@ CREATE TABLE IF NOT EXISTS exercice_flags(
|
|||
help VARCHAR(255) NOT NULL,
|
||||
unit VARCHAR(255) NOT NULL,
|
||||
ignorecase BOOLEAN NOT NULL DEFAULT 0,
|
||||
notrim BOOLEAN NOT NULL DEFAULT 0,
|
||||
multiline BOOLEAN NOT NULL DEFAULT 0,
|
||||
validator_regexp VARCHAR(255) NULL,
|
||||
cksum BINARY(64) NOT NULL,
|
||||
|
|
|
|||
Reference in a new issue