Skip to content
Snippets Groups Projects
Commit fcd36fdf authored by RomanSteinberg's avatar RomanSteinberg
Browse files

:ADD: first teacher admin

parent 375cd845
Branches
Tags
No related merge requests found
......@@ -220,3 +220,11 @@ INSERT INTO `subjects` (`ID`, `Name`, `Abbr`) VALUES
(96, 'Современные проблемы механики', 'Совр. проблемы механики'),
(128, 'NO', 'NO'),
(129, 'Методы оптимизации и исследование операций', 'МО и ИО ');
INSERT INTO `accounts` (`ID`, `Login`, `Password`, `EMail`, `UserRoleID`, `ActivationCode`, `isEnabled`, `UserAgent`) VALUES
(1, NULL, NULL, NULL, 3, 'code', 1, NULL);
INSERT INTO `teachers` (`ID`, `LastName`, `FirstName`, `SecondName`, `JobPositionID`, `DepartmentID`, `AccountID`) VALUES
(1, 'Штейнберг', 'Роман', 'Борисович', 1, 1, 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