mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
258a839d27
Fixes https://github.com/coder/internal/issues/715 After this change, the only use of the `workspace_prebuilds` view is the `ClaimPrebuiltWorkspace` query. A subsequent PR will update the view. Before: ~44ms https://explain.dalibo.com/plan/76cbe21d1a4c9329#plan After: 7.3ms https://explain.dalibo.com/plan/5abbdf926315677e#plan