mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
fix(coderd/database): add fk index for workspace_agent_scripts
(#12791)
This commit is contained in:
committed by
GitHub
parent
d734f3fb74
commit
d50c20c453
@ -0,0 +1 @@
|
||||
DROP INDEX workspace_agent_scripts_workspace_agent_id_idx;
|
@ -0,0 +1,3 @@
|
||||
CREATE INDEX workspace_agent_scripts_workspace_agent_id_idx ON workspace_agent_scripts (workspace_agent_id);
|
||||
|
||||
COMMENT ON INDEX workspace_agent_scripts_workspace_agent_id_idx IS 'Foreign key support index for faster lookups';
|
Reference in New Issue
Block a user