Skip to content

Commit 92c217b

Browse files
authored
fix: add index on workspace_agents.auth_token (coder#5244)
1 parent 9e80322 commit 92c217b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

coderd/database/dump.sql

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX workspace_agents_auth_token_idx;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX workspace_agents_auth_token_idx ON workspace_agents USING btree (auth_token);

0 commit comments

Comments
 (0)