TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.63k stars 3.26k forks source link

[#12048] Add dangling course delete script #13090

Closed NicolasCwy closed 2 months ago

NicolasCwy commented 2 months ago

Part of #12048

Outline of Solution When DataMigrationForCourseEntitySql.java script is stopped abruptly, there may be dangling course entities related to the last migrated course, leaving the course in a half migrated state.

Created DeleteDanglingCourseScript.java to clean up any entities related to this partially migrated entity.