Skip to content

Commit

Permalink
fix: index GetWorkspaceAgentsByResourceIDs query (#5021)
Browse files Browse the repository at this point in the history
  • Loading branch information
coadler committed Nov 16, 2022
1 parent e7f1192 commit 66d20ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coderd/database/dump.sql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX workspace_agents_resource_id_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX workspace_agents_resource_id_idx ON workspace_agents USING btree (resource_id);

0 comments on commit 66d20ca

Please sign in to comment.