You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alter table rustc_compilation alter column aid set data type integer;
203
203
alter table self_profile_query alter column aid set data type integer;
204
204
"#,
205
+
// For the in_progress_steps() query.
206
+
r#"
207
+
create index if not exists collector_progress_start_time_step_idx on collector_progress (start_time, step) where start_time is not null and end_time is not null;
0 commit comments