Skip to content

Commit

Permalink
fix: integration -> integration id
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed May 21, 2024
1 parent 7e83868 commit c970625
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions db/Task.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Task struct {
DryRun bool `db:"dry_run" json:"dry_run"`
Diff bool `db:"diff" json:"diff"`

Integration bool `db:"integration" json:"integration"`
IntegrationID *int `db:"integration_id" json:"integration_id"`

// override variables
Playbook string `db:"playbook" json:"playbook"`
Expand Down Expand Up @@ -52,8 +52,6 @@ type Task struct {
Arguments *string `db:"arguments" json:"arguments"`

InventoryID *int `db:"inventory_id" json:"inventory_id"`

IntegrationID *int `db:"integration_id" json:"integration_id"`
}

func (task *Task) GetIncomingVersion(d Store) *string {
Expand Down

0 comments on commit c970625

Please sign in to comment.