Skip to content
Snippets Groups Projects
Commit bc6b69eb authored by Роман Штейнберг's avatar Роман Штейнберг
Browse files

Merge branch 'hotfix/specialization_name' into production

parents dd24bf67 bba30f30
Branches
Tags
No related merge requests found
...@@ -629,7 +629,7 @@ CREATE FUNCTION CreateStudentEx ( ...@@ -629,7 +629,7 @@ CREATE FUNCTION CreateStudentEx (
pGradeNum INT, pGradeNum INT,
pGroupNum INT, pGroupNum INT,
pDegree enum('bachelor', 'master', 'specialist'), pDegree enum('bachelor', 'master', 'specialist'),
pSpecName VARCHAR(50) CHARSET utf8, pSpecName VARCHAR(200) CHARSET utf8,
pFacultyID INT, pFacultyID INT,
pActivationCode VARCHAR(40) CHARSET utf8, pActivationCode VARCHAR(40) CHARSET utf8,
pSemesterID INT pSemesterID INT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment