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