mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Implemented ranking calculation.
This commit is contained in:
@@ -9,6 +9,7 @@ CREATE TABLE match_results (
|
||||
bluefoulsjson text,
|
||||
cardsjson text
|
||||
);
|
||||
CREATE UNIQUE INDEX matchid_playnumber ON match_results(matchid, playnumber);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE match_results;
|
||||
|
||||
Reference in New Issue
Block a user