Skip to content

Commit

Permalink
removed both option
Browse files Browse the repository at this point in the history
  • Loading branch information
michellelin1 committed Apr 25, 2024
1 parent 4cf2528 commit 5ea6f6b
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,6 +1,6 @@
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 year AS ENUM ('junior', 'senior', 'both');
CREATE TYPE year AS ENUM ('junior', 'senior');
CREATE TYPE season AS ENUM ('spring', 'summer', 'fall');

DROP TABLE IF EXISTS catalog;
Expand Down

0 comments on commit 5ea6f6b

Please sign in to comment.