Ei kuvausta

drop_tables.sql 1010B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Set foreign_key_checks =0;
  2. drop table if exists `VIEW_participating_programs`...
  3. drop table if exists `activities`;
  4. drop table if exists `annual_plan_outcomes`;
  5. drop table if exists `annual_plans`;
  6. drop table if exists `assessments`;
  7. drop table if exists `course_student`;
  8. drop table if exists `courses`;
  9. drop table if exists `criteria`;
  10. drop table if exists `criterion_objective`;
  11. drop table if exists `five_year_plans`;
  12. drop table if exists `fyp_part_outcomes`;
  13. drop table if exists `fyp_parts`;
  14. drop table if exists `migrations`;
  15. drop table if exists `objectives`;
  16. drop table if exists `outcomes`;
  17. drop table if exists `password_reminders`;
  18. drop table if exists `password_resets`;
  19. drop table if exists `program_user`;
  20. drop table if exists `programs`;
  21. drop table if exists `quinquenniums`;
  22. drop table if exists `rubrics`;
  23. drop table if exists `schools`;
  24. drop table if exists `semesters`;
  25. drop table if exists `students`;
  26. drop table if exists `templates`;
  27. set foreign_key_checks =1;