Skip to content

Commit 4ee9ce7

Browse files
committed
clean up
1 parent d5ffe08 commit 4ee9ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ddl/postgresql_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ create index ix_cumulative_llm_token_count_total
532532
create index ix_spans_trace_rowid_start_time
533533
on public.spans (trace_rowid, start_time);
534534

535-
create index ix_spans_trace_rowid_where_parent_id_is_null
535+
create index ix_spans_trace_rowid_start_time_where_parent_id_is_null
536536
on public.spans (trace_rowid, start_time)
537537
where (parent_id IS NULL);
538538

0 commit comments

Comments
 (0)