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
Copy file name to clipboardExpand all lines: packages/db/0086.sql
+1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
dropindex if exists run_project_id_cost_idx;
2
+
dropindex if exists run_project_id_type_feedback_idx;
2
3
3
4
insert into _db_migration_async (name, operation, statement) values
4
5
('run_project_id_template_version_id_idx', 'create', 'create index concurrently if not exists run_project_id_template_version_id_idx on run (project_id, template_version_id)'),
0 commit comments