diff --git a/internal/models/bootstrapagenttemplate.go b/internal/models/bootstrapagenttemplate.go index 1e06130..5ceeed2 100644 --- a/internal/models/bootstrapagenttemplate.go +++ b/internal/models/bootstrapagenttemplate.go @@ -30,4 +30,5 @@ type BootstrapAgentTemplate struct { Token string `bun:"token,notnull"` InclusterTemplate string `bun:"incluster_template,notnull"` OutofclusterTemplate string `bun:"outofcluster_template,notnull"` + Trash bool `bun:"type:bool"` }