Skip to content

Commit 081b9cd

Browse files
committed
ok
1 parent d67c682 commit 081b9cd

File tree

2 files changed

+22
-395
lines changed

2 files changed

+22
-395
lines changed

packages/db/0086.sql

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
drop index if exists run_project_id_cost_idx;
2+
drop index if exists run_project_id_type_feedback_idx;
23

34
insert into _db_migration_async (name, operation, statement) values
45
('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

Comments
 (0)