Skip to content

Commit

Permalink
fix: edx activation role
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcdermid committed Feb 3, 2024
1 parent 4686e97 commit f97d3a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/main/resources/db/migration/V1.0.42__EDX_API.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ UPDATE EDX_USER_SCHOOL_ROLE
SET EDX_ROLE_CODE = 'SCHOOL_SDC'
WHERE EDX_ROLE_CODE = 'STUDENT_DATA_COLLECTION';

UPDATE EDX_ACTIVATION_ROLE
SET EDX_ROLE_CODE = 'SCHOOL_SDC'
WHERE EDX_ROLE_CODE = 'STUDENT_DATA_COLLECTION';

UPDATE EDX_ROLE_PERMISSION
SET EDX_ROLE_CODE = 'SCHOOL_SDC',
EDX_PERMISSION_CODE = 'SCHOOL_SDC',
Expand Down

0 comments on commit f97d3a9

Please sign in to comment.