-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vsup_stag): update service for new DB schema
- We now have two tables, for students and for teachers. - Employees are not supported in STAG. - For now we do not set "working position" of teachers and we do not set photo for any type of person. - Since tables are live views we only update students (based on their RC) and never delete or insert them. We always update all columns, otherwise it would be considered as delete for the column value. - Teachers are live view too, but we insert new persons this way. All updates are done based on their UCO_PERUN in a similar manner to the students.
- Loading branch information
Showing
1 changed file
with
100 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters