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

Sample fix

parent 90d460a1
Branches
Tags
No related merge requests found
......@@ -182,11 +182,11 @@ INSERT INTO `disciplines` (`ID`, `Grade`, `SubjectID`, `AuthorID`, `ExamType`, `
--
INSERT INTO `modules` (`ID`, `Name`, `OrderNum`, `DisciplineID`, `isExam`) VALUES
(1, 'Экзамен', 1, 1, 1),
(1, 'Экзамен', 666, 1, 1),
(2, 'Теория пределов', 2, 1, 0),
(3, 'Дифференцирование', 3, 1, 0),
(4, 'Интегрирование', 4, 1, 0),
(5, 'Экзамен', 1, 2, 1),
(5, 'Экзамен', 666, 2, 1),
(6, 'Модуль 1', 2, 2, 0),
(7, 'Модуль 2', 3, 2, 0),
(8, 'Линейные дифференциальные уравнения', 1, 3, 0),
......@@ -228,7 +228,9 @@ INSERT INTO `submodules` (`ID`, `ModuleID`, `Name`, `OrderNum`, `MaxRate`, `Desc
(27, 10, 'Коллоквиум', 4, 20, '', 'LandmarkControl'),
(28, 11, 'Домашние задания', 1, 10, '', 'CurrentControl'),
(29, 11, 'Индивидуальное задание', 2, 10, '', 'CurrentControl'),
(30, 11, 'Контрольный работа', 3, 20, '', 'LandmarkControl');
(30, 11, 'Контрольный работа', 3, 20, '', 'LandmarkControl'),
(31, 1, '', 1, 40, '', 'CurrentControl'),
(32, 5, '', 1, 40, '', 'CurrentControl');
--
-- Дамп данных таблицы `disciplines_teachers`
......
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