Database Update Utility

Database Update Required

This utility will add the following columns to your database:

Subjects Table
  • preferred_room_id (INT, NULL)
Instructors Table
  • specialization (VARCHAR, NULL)
Rooms Table
  • capacity (INT, DEFAULT 30)
  • room_type (VARCHAR, DEFAULT 'Lecture')
Important: Please backup your database before running this update. This operation is safe but it's always good to have a backup.
Scheduling System v1.0 | Database Update Utility