feat: Add icon to templates (#3561)

This commit is contained in:
Bruno Quaresma
2022-08-19 10:17:35 -03:00
committed by GitHub
parent 57f3410009
commit 80f042f01b
17 changed files with 66 additions and 12 deletions

View File

@ -464,6 +464,7 @@ type Template struct {
MaxTtl int64 `db:"max_ttl" json:"max_ttl"`
MinAutostartInterval int64 `db:"min_autostart_interval" json:"min_autostart_interval"`
CreatedBy uuid.UUID `db:"created_by" json:"created_by"`
Icon string `db:"icon" json:"icon"`
}
type TemplateVersion struct {