1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Fix typo in schema

This commit is contained in:
2022-04-23 22:16:21 +00:00
parent a0cc8090e8
commit ae725a8e88

View File

@@ -50,7 +50,7 @@ tableCreate.set('student', `
tableCreate.set('studentParentLink', `
CREATE TABLE IF NOT EXISTS studentParentLink (
studentid varchar(36) NOT NULL ,
studentId varchar(36) NOT NULL ,
parentId varchar(36) NOT NULL ,
CONSTRAINT pk_studentparentlink_studentid
PRIMARY KEY ( studentid, parentId )