1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:59:25 +00:00

Added gradeBoundaries field to testTemplate table

This commit is contained in:
2022-04-18 21:37:41 +00:00
parent 68257f787b
commit 01c3f9ef06

View File

@@ -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
);
`);