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 4979ac8 commit d76a6f4
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 @@ -64,7 +64,7 @@ CREATE TABLE student_group (
);

CREATE TABLE status (
status_id BIGSERIAL PRIMARY KEY,
id BIGSERIAL PRIMARY KEY,
status_name TEXT NOT NULL UNIQUE
);

Expand Down

0 comments on commit d76a6f4

Please sign in to comment.