Skip to content

Commit

Permalink
Update selab_script.sql (#42)
Browse files Browse the repository at this point in the history
fout in mijn drops
  • Loading branch information
DRIESASTER authored Mar 10, 2024
1 parent d34b73d commit 0266ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/selab_script.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
DROP TRIGGER IF EXISTS trg_check_submission_before_deadline ON submission;
DROP TRIGGER IF EXISTS trg_check_team_size_before_joining ON student_group;

DROP FUNCTION IF EXISTS check_submission_before_deadline();
DROP FUNCTION IF EXISTS check_team_size_before_joining();

Expand Down

0 comments on commit 0266ced

Please sign in to comment.