Skip to content

Commit d5ffe08

Browse files
committed
fix typo
1 parent b5a2687 commit d5ffe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phoenix/db/migrations/versions/735d3d93c33e_add_composite_indices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def downgrade() -> None:
4646
op.drop_index("ix_traces_project_rowid_start_time", table_name="traces")
4747
op.drop_index("ix_project_sessions_project_id_start_time", table_name="project_sessions")
4848
op.drop_index("ix_spans_trace_rowid_start_time", table_name="spans")
49-
op.drop_index("ix_spans_trace_rowid_where_parent_id_is_null", table_name="spans")
49+
op.drop_index("ix_spans_trace_rowid_start_time_where_parent_id_is_null", table_name="spans")

0 commit comments

Comments
 (0)