Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26bf8fb

Browse files
chore(coderd/database): support status for a task
1 parent e53bc24 commit 26bf8fb

File tree

6 files changed

+336
-119
lines changed

6 files changed

+336
-119
lines changed

coderd/database/check_constraint.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/dump.sql

Lines changed: 176 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP VIEW tasks_with_status;
2+
DROP TYPE task_status;

0 commit comments

Comments
 (0)