Skip to content

Commit

Permalink
Update backend/selab_script.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Xander Bil <[email protected]>
  • Loading branch information
DRIESASTER and xerbalind authored Mar 4, 2024
1 parent 6803b77 commit efaaf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/selab_script.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CREATE TABLE project (
deadline DATE NOT NULL,
name TEXT NOT NULL,
subject_id TEXT NOT NULL,
FOREIGN KEY (subject_id) REFERENCES subject(subject_id) ON DELETE SET NULL
FOREIGN KEY (subject_id) REFERENCES subject(id) ON DELETE SET NULL
);

CREATE TABLE team (
Expand Down

0 comments on commit efaaf3d

Please sign in to comment.