Skip to content

Commit d5fed37

Browse files
committed
chore: rename service name of application to just name
1 parent 9633d8c commit d5fed37

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

swiftwave_manager/core/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type RedirectRule struct {
6262
// Application : hold information about application
6363
type Application struct {
6464
ID string `json:"id" gorm:"primaryKey"`
65-
ServiceName string `json:"serviceName" gorm:"unique"`
65+
Name string `json:"name" gorm:"unique"`
6666
EnvironmentVariables string `json:"environmentVariables"` // JSON string
6767
Volumes string `json:"volumes"` // JSON string
6868
// Deployment

swiftwave_manager/graphql/schema/application.graphqls

Whitespace-only changes.

0 commit comments

Comments
 (0)