mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00: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);
|