Skip to content

Commit

Permalink
Merge branch 'dev' into stat-modal-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michellelin1 authored May 14, 2024
2 parents dc1ca99 + a6027c7 commit 53c4822
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 53c4822

Please sign in to comment.