Skip to content

Commit

Permalink
feat: add neutral_token drops data on cql
Browse files Browse the repository at this point in the history
  • Loading branch information
Antosik committed Aug 25, 2024
1 parent 3ed995e commit 50c1965
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 @@ -66,6 +66,7 @@ CREATE TABLE IF NOT EXISTS player_caches (
item_neutral text,
average_rank int,
hero_variant text,
neutral_tokens_log text,
) 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 50c1965

Please sign in to comment.