Blocked by https://github.com/coder/internal/issues/948 Update existing tasks-related API endpoints to insert data into the new tables: - [x] `GET /api/experimental/tasks/` https://github.com/coder/coder/pull/20394 - [x] `POST /api/experimental/tasks/` https://github.com/coder/coder/pull/20275 - [x] `GET /api/experimental/tasks/{id}` https://github.com/coder/coder/pull/20380 - [x] `DELETE /api/experimental/tasks/{id}` https://github.com/coder/coder/pull/20334 - [x] `GET|POST /api/experimental/tasks/{send,logs}` https://github.com/coder/coder/pull/20381 - [x] Add a migration to update existing tasks to the new format https://github.com/coder/coder/pull/20434