Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 361 Bytes

6.x-7.0.md

File metadata and controls

10 lines (7 loc) · 361 Bytes

Migrating FenixEdu Academic 6.x to 7

Migration

  1. 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';