- Run the following SQL instructions (it will make OLD CompetenceCourses and DegreeCurricularPlan APPROVED)
update COMPETENCE_COURSE set CURRICULAR_STAGE = 'APPROVED' WHERE CURRICULAR_STAGE = 'OLD';
update DEGREE_CURRICULAR_PLAN set CURRICULAR_STAGE = 'APPROVED' WHERE CURRICULAR_STAGE = 'OLD';