Skip to content

Commit

Permalink
fixed enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
arralia committed Nov 19, 2023
1 parent 8b92d59 commit a499026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schema/published_schedule.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CREATE TABLE [IF NOT EXISTS] published_schedule (
confirmed_on DATETIME NOT NULL,
start_time DATETIME NOT NULL,
end_time DATETIME NOT NULL,
cohort ENUM NOT NULL,
cohort year NOT NULL,
notes varchar(100),
FOREIGN KEY (event_id)
REFERENCES catalog (id)
Expand Down

0 comments on commit a499026

Please sign in to comment.