Skip to content

Commit

Permalink
Add bf prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanallen committed Sep 17, 2024
1 parent bfa86f4 commit 8567e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/snuba_migrations/replays/0021_index_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def backward_columns_iter() -> list[operations.SqlOperation]:
operations.DropIndex(
StorageSetKey.REPLAYS,
"replays_local",
"_tags_hash_map",
"bf_tags_hash_map",
target=operations.OperationTarget.LOCAL,
),
operations.DropColumn(
Expand Down

0 comments on commit 8567e1b

Please sign in to comment.