Просмотр исходного кода

update schema and change back to uint one to one

Ivan Galakhov 4 лет назад
Родитель
Сommit
97297f7bd4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      internal/models/release.go

+ 1 - 1
internal/models/release.go

@@ -21,7 +21,7 @@ type Release struct {
 	ImageRepoURI string `json:"image_repo_uri,omitempty"`
 
 	GitActionConfig    GitActionConfig `json:"git_action_config"`
-	EventContainer     EventContainer
+	EventContainer     uint
 	NotificationConfig uint
 }