mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Added gradeBoundaries field to testTemplate table
This commit is contained in:
@@ -69,7 +69,8 @@ tableCreate.set('testTemplate', `
|
||||
testTemplateId varchar(36) NOT NULL PRIMARY KEY,
|
||||
accountId varchar(36) NOT NULL ,
|
||||
name varchar(100) NOT NULL ,
|
||||
maxMark int NOT NULL
|
||||
maxMark int NOT NULL,
|
||||
gradeBoundaries longtext
|
||||
);
|
||||
`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user