Files
coder/coderd/database/migrations/000366_create_tasks_data_model.down.sql
T
Danielle Maywood 4cd0ada0bb chore(coderd/database): add tasks data model (#19749)
Part of https://github.com/coder/internal/issues/948

Adds the initial part of the tasks data model as per the RFC.
2025-09-10 10:01:50 +01:00

3 lines
50 B
SQL

DROP TABLE task_workspace_apps;
DROP TABLE tasks;