mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: add index for workspace_resource.job_id
column (#5009)
This commit is contained in:
@ -0,0 +1 @@
|
||||
DROP INDEX workspace_resources_job_id_idx;
|
@ -0,0 +1 @@
|
||||
CREATE INDEX CONCURRENTLY workspace_resources_job_id_idx ON workspace_resources USING btree (job_id);
|
Reference in New Issue
Block a user