Skip to content

Commit

Permalink
add hero_variant to player_caches
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 committed May 28, 2024
1 parent d0a55a2 commit f22e28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/create_tables.cql
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ CREATE TABLE IF NOT EXISTS player_caches (
item_5 text,
item_neutral text,
average_rank int,
hero_variant int,
) WITH CLUSTERING ORDER BY (match_id DESC);
ALTER TABLE player_caches WITH compaction = { 'class' : 'LeveledCompactionStrategy', 'sstable_size_in_mb' : 320 };

Expand Down

0 comments on commit f22e28a

Please sign in to comment.