Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Mar 22, 2024
1 parent 3345304 commit 3c966fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ CREATE TABLE `representatives_uptime_index` (

`timestamp` int(11) NOT NULL,
INDEX `online` (`online`),
UNIQUE KEY `account` (`account`)
UNIQUE KEY `account_online` (`account`,`online`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------
Expand Down

0 comments on commit 3c966fa

Please sign in to comment.