mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
feat(alias): add task id to model
This commit is contained in:
parent
3822aa8c6a
commit
a047b7dd36
@ -8,6 +8,7 @@ type TerraformInventoryAlias struct {
|
||||
InventoryID int `db:"inventory_id" json:"inventory_id"`
|
||||
AuthKeyID int `db:"auth_key_id" json:"auth_key_id"`
|
||||
Alias string `db:"alias" json:"alias"`
|
||||
TaskID *int `db:"-" json:"-"`
|
||||
}
|
||||
|
||||
var TerraformInventoryAliasProps = ObjectProps{
|
||||
|
Loading…
Reference in New Issue
Block a user