From 53141a09143ceb6625324f2d9873783f1ffee0be Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 26 Jan 2016 09:42:25 -0500 Subject: [PATCH] Consolidate indexes for the games table. --- scripts/gen_partitions.shl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/gen_partitions.shl b/scripts/gen_partitions.shl index 4a76742..1b68000 100755 --- a/scripts/gen_partitions.shl +++ b/scripts/gen_partitions.shl @@ -48,11 +48,6 @@ do printf "CREATE INDEX %s_%s%s_ix002 on %s_%s%s(game_id);\n" $table $year $qtr $table $year $qtr fi - if [[ $table = "games" ]] - then - printf "CREATE INDEX %s_%s%s_ix002 on %s_%s%s using gin(players);\n" $table $year $qtr $table $year $qtr - fi - printf "\n" done done -- 2.39.2