Skip to content

Commit

Permalink
fix: error in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
eluric committed Mar 15, 2024
1 parent a967c38 commit 7006d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CREATE TABLE public.teams (
voice_channel_id text NOT NULL,
text_channel_id text NOT NULL,
team_role_id text NOT NULL,
puzzle_solved integer NOT NULL default 0
puzzle_solved integer NOT NULL default 0,
hints_used integer NOT NULL default 0
);

Expand Down

0 comments on commit 7006d35

Please sign in to comment.