Skip to content

Commit

Permalink
Text updates for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 11, 2024
1 parent c31f351 commit f516728
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/src/main/resources/db/migration/V1.0.50__EDX_API.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
UPDATE EDX_ROLE
SET LABEL = 'View Student Data Collection',
DESCRIPTION = 'Read-only Student Data Collection (1701) role for District.'
WHERE EDX_ROLE_CODE = 'DIS_SDC_RO';

UPDATE EDX_ROLE
SET LABEL = 'View Student Data Collection',
DESCRIPTION = 'Read-only Student Data Collection (1701) role for School.'
WHERE EDX_ROLE_CODE = 'SCH_SDC_RO';

0 comments on commit f516728

Please sign in to comment.