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

machine rebellion

parent cf7ddfef
Branches
Tags
No related merge requests found
......@@ -1531,6 +1531,13 @@ BEGIN
RETURN 0;
END IF;
DELETE FROM `disciplines_students`
WHERE disciplines_students.ID IN
( SELECT students.ID
FROM `students`
WHERE students.StudyGroupID = StudyGroupID
);
INSERT INTO `disciplines_groups` ( disciplines_groups.DisciplineID,
disciplines_groups.StudyGroupID
)
......
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