The DBs looks like this
(1) external_enrollment_DB -> (2) moodle side enrollments DB -> (3) moodle DB
- The 1 to 2 sync does not automatically happen because I did not give the user in the (2) DB delete permissions.
- As a result - I have to manually remove records from (2) and then (3) consumes from it, removing enrollments from courses.
- Open Genius SIS - to get the username required for SQL statement, step 2
- Open MySQL Workbench and go to (2).
- I build a simple edit query on the table in (2) and manually delete the record(s).
No comments:
Post a Comment