Skip to content

Commit

Permalink
fix: undo drop of playbook_run_status
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Oct 16, 2024
1 parent 8b0f0ae commit 7a7722b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/playbooks.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ table "playbook_approvals" {
comment = "Keeps track of approvals on a playbook run"
}

enum "playbook_run_status" {
schema = schema.public
values = ["scheduled", "running", "cancelled", "completed", "failed", "pending", "sleeping"]
}

table "playbook_runs" {
schema = schema.public
column "id" {
Expand Down

0 comments on commit 7a7722b

Please sign in to comment.