Skip to content

Commit

Permalink
Fix order of table dropping on reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
krashanoff committed Mar 2, 2022
1 parent b809d11 commit 6daf550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schemas/0-reset.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DROP TABLE Assignments;
DROP TABLE Submissions;
DROP TABLE Results;
DROP TABLE Invites;
DROP TABLE ClassMembers;
DROP TABLE Assignments;
DROP TABLE Courses;
DROP TABLE Accounts;

0 comments on commit 6daf550

Please sign in to comment.