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

fix #5

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