diff --git a/backend/db/remove_data.sql b/backend/db/remove_data.sql index f3acc61..eb05a73 100644 --- a/backend/db/remove_data.sql +++ b/backend/db/remove_data.sql @@ -3,4 +3,5 @@ TRUNCATE TABLE students; TRUNCATE TABLE exams; TRUNCATE TABLE subjects; TRUNCATE TABLE semesters; -TRUNCATE TABLE grades; \ No newline at end of file +TRUNCATE TABLE grades; +TRUNCATE TABLE uploads; \ No newline at end of file