Skip to content

Commit

Permalink
added more subject enums
Browse files Browse the repository at this point in the history
  • Loading branch information
michellelin1 committed May 13, 2024
1 parent 45e19f6 commit a6027c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schema/catalog.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TYPE event AS ENUM ('guest speaker', 'study-trip', 'workshop', 'other');
CREATE TYPE subject AS ENUM ('life skills', 'science', 'technology', 'engineering', 'math', 'college readiness');
CREATE TYPE subject AS ENUM ('life skills', 'science', 'technology', 'engineering', 'math', 'college readiness', 'soft skills', 'writing', 'other');
CREATE TYPE year AS ENUM ('junior', 'senior');
CREATE TYPE season AS ENUM ('spring', 'summer', 'fall');

Expand Down

0 comments on commit a6027c7

Please sign in to comment.