feat: add template version creator (#3001)

This commit is contained in:
Abhineet Jain
2022-07-15 14:12:39 -07:00
committed by GitHub
parent d26b3b7ba1
commit d04ba2cc02
14 changed files with 114 additions and 16 deletions

View File

@ -478,6 +478,7 @@ type TemplateVersion struct {
Name string `db:"name" json:"name"`
Readme string `db:"readme" json:"readme"`
JobID uuid.UUID `db:"job_id" json:"job_id"`
CreatedBy uuid.NullUUID `db:"created_by" json:"created_by"`
}
type User struct {