Skip to content
Snippets Groups Projects
Commit 85ae0722 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix #5

parent ccf50ba4
Branches
Tags
No related merge requests found
...@@ -1794,7 +1794,7 @@ BEGIN ...@@ -1794,7 +1794,7 @@ BEGIN
END // END //
DROP FUNCTION IF EXISTS AddModule// DROP FUNCTION IF EXISTS AddModuleExam//
CREATE FUNCTION `AddModuleExam` ( `TeacherID` INT, CREATE FUNCTION `AddModuleExam` ( `TeacherID` INT,
`DisciplineID` INT `DisciplineID` INT
) RETURNS int(11) ) RETURNS int(11)
...@@ -1877,7 +1877,7 @@ BEGIN ...@@ -1877,7 +1877,7 @@ BEGIN
RETURN 0; RETURN 0;
END // END //
DROP FUNCTION IF EXISTS DeleteModule// DROP FUNCTION IF EXISTS DeleteModuleExam//
CREATE FUNCTION `DeleteModuleExam` ( `TeacherID` INT, CREATE FUNCTION `DeleteModuleExam` ( `TeacherID` INT,
`DisciplineID` INT `DisciplineID` INT
) RETURNS int(11) ) RETURNS int(11)
......
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