Skip to content

Commit

Permalink
updated catalog schema
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ethan04 committed Mar 13, 2024
1 parent 57bfc91 commit 0d3708a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/schema/catalog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ CREATE TABLE catalog (
description VARCHAR(50) NOT NULL,
year year NOT NULL,
season season,
location VARCHAR(256)
location VARCHAR(256),
hidden boolean NOT NULL
);

0 comments on commit 0d3708a

Please sign in to comment.