Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Backend: db: Add new table uploads to remove_data.sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
saitewasreset committed Dec 4, 2023
1 parent afc7b28 commit a3ee455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/db/remove_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ TRUNCATE TABLE students;
TRUNCATE TABLE exams;
TRUNCATE TABLE subjects;
TRUNCATE TABLE semesters;
TRUNCATE TABLE grades;
TRUNCATE TABLE grades;
TRUNCATE TABLE uploads;

0 comments on commit a3ee455

Please sign in to comment.