Skip to content

Commit

Permalink
update table structure & deselect cards when reading answers
Browse files Browse the repository at this point in the history
  • Loading branch information
raphydaphy committed Apr 17, 2020
1 parent d570ff1 commit f690baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ CREATE TABLE room_white_cards (
card_id INT NOT NULL,
user_id INT,
state TINYINT NOT NULL DEFAULT 1,
submission_position TINYINT,
response_position TINYINT,
submission_group TINYINT,
submission_num TINYINT,
PRIMARY KEY (room_id, card_id),
FOREIGN KEY (room_id)
REFERENCES rooms (id)
Expand Down

0 comments on commit f690baa

Please sign in to comment.