Skip to content
Snippets Groups Projects
Commit ce4dbc73 authored by PavelBegunkov's avatar PavelBegunkov Committed by RomanSteinberg
Browse files

fix rate computing trigger (issue #86)

parent 7b76100f
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ begin
set vDisciplineID = (
select modules.DisciplineID from modules
where modules.ID = new.ModuleID
where modules.ID = old.ModuleID
limit 1
);
......
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