1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- Set foreign_key_checks =0;
- drop table if exists `VIEW_participating_programs`...
-
- drop table if exists `activities`;
-
- drop table if exists `annual_plan_outcomes`;
-
- drop table if exists `annual_plans`;
-
- drop table if exists `assessments`;
-
- drop table if exists `course_student`;
-
- drop table if exists `courses`;
-
- drop table if exists `criteria`;
-
- drop table if exists `criterion_objective`;
-
- drop table if exists `five_year_plans`;
-
- drop table if exists `fyp_part_outcomes`;
-
- drop table if exists `fyp_parts`;
-
- drop table if exists `migrations`;
-
- drop table if exists `objectives`;
-
- drop table if exists `outcomes`;
-
- drop table if exists `password_reminders`;
-
- drop table if exists `password_resets`;
-
- drop table if exists `program_user`;
-
- drop table if exists `programs`;
-
- drop table if exists `quinquenniums`;
-
- drop table if exists `rubrics`;
-
- drop table if exists `schools`;
-
- drop table if exists `semesters`;
-
- drop table if exists `students`;
-
- drop table if exists `templates`;
-
-
- set foreign_key_checks =1;
|