NIAEFEUP / tts-be

A platform where students can experiment with the possible combination of schedule options they can pick at the start of the semester
https://tts.niaefeup.pt
5 stars 1 forks source link

Delete statement to remove repeated theoretical classes #40

Closed isabel-amaral closed 2 years ago

isabel-amaral commented 2 years ago

Closes #34

Added sql query to delete from the database all the repeated theoretical classes. A theoretical class is considered repeated when there's more than one record with the same 'day', 'duration', 'start_time', 'composed_class_name' and 'course_unit_id' fields.

A script to test this issue will be done later together with issue #31.