Skip to content

Commit

Permalink
Update create_tables.cql
Browse files Browse the repository at this point in the history
  • Loading branch information
builder-247 committed Jun 2, 2024
1 parent f22e28a commit e441fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create_tables.cql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CREATE TABLE IF NOT EXISTS player_caches (
item_5 text,
item_neutral text,
average_rank int,
hero_variant int,
hero_variant 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 e441fa5

Please sign in to comment.