Procházet zdrojové kódy

change ref to app from application

Ian Edwards před 2 roky
rodič
revize
380f8965d0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      internal/models/app_revision.go

+ 2 - 2
internal/models/app_revision.go

@@ -11,8 +11,8 @@ type AppRevision struct {
 	// ID is a UUID for the AppRevision
 	ID uuid.UUID `gorm:"type:uuid;primaryKey" json:"id"`
 
-	// Base64Application is the PorterApp as json encoded in base64
-	Base64Application string `json:"base64_application"`
+	// Base64App is the PorterApp as json encoded in base64
+	Base64App string `json:"base64_app"`
 
 	// Status is the status of the apply that happened for this revision.
 	Status string `json:"status"`