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

fix2

parent 25e0f725
Branches
Tags
No related merge requests found
......@@ -2627,6 +2627,15 @@ BEGIN
RETURN -1;
END IF;
DELETE FROM `logs_rating`
WHERE logs_rating.SubModuleID IN
(
SELECT submodules.ID
FROM `submodules`
INNER JOIN `modules` ON submodules.ModuleID = modules.ID
WHERE modules.DisciplineID = DisciplineID
);
DELETE FROM `rating_table`
WHERE rating_table.SubModuleID IN
(
......
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