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 3973bfc commit 4979ac8
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 @@ -73,7 +73,7 @@ INSERT INTO status (status_name) VALUES ('Accepted');
INSERT INTO status (status_name) VALUES ('Denied');

CREATE TABLE submission (
submission_id BIGSERIAL PRIMARY KEY,
id BIGSERIAL PRIMARY KEY,
date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
team_id BIGINT NOT NULL,
project_id BIGINT NOT NULL,
Expand Down

0 comments on commit 4979ac8

Please sign in to comment.