Explorar o código

update schema and change back to uint one to one

Ivan Galakhov %!s(int64=4) %!d(string=hai) anos
pai
achega
97297f7bd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }