Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 0006_sorting_key_change migration (#6633)
Taking over #6203 (from @wolandspb) and creating this PR. Verified that the assertion error below happens locally: ``` File "/Users/meredithaheller/code/snuba/snuba/snuba_migrations/querylog/0006_sorting_key_change.py", line 41, in update_querylog_table assert new_create_table_statement.count(new_timestamp_type) == 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError ```
- Loading branch information