mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
2 lines
122 B
SQL
2 lines
122 B
SQL
CREATE INDEX IF NOT EXISTS workspace_agents_auth_instance_id_deleted_idx ON workspace_agents (auth_instance_id, deleted);
|