Skip to content

Commit bde24a1

Browse files
committed
Updated schema
1 parent 0ce7979 commit bde24a1

File tree

7 files changed

+333
-434
lines changed

7 files changed

+333
-434
lines changed

pkg/pb/cmdb.pb.atlas.query.validate.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/cmdb.pb.atlas.validate.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/cmdb.pb.go

Lines changed: 332 additions & 341 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/cmdb.pb.gorm.go

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/cmdb.pb.validate.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/pb/cmdb.proto

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,11 +848,8 @@ message Environment {
848848
// AppConfig
849849
repeated AppConfig app_config = 6;
850850

851-
// AppVersion
852-
repeated AppVersion app_version = 7;
853-
854851
// Lifecycle referenced by this Environment
855-
atlas.rpc.Identifier lifecycle_id = 8 [(gorm.field) = {reference_of: "Lifecycle", tag: {type: "UUID"}}];
852+
atlas.rpc.Identifier lifecycle_id = 7 [(gorm.field) = {reference_of: "Lifecycle", tag: {type: "UUID"}}];
856853
}
857854

858855
message CreateEnvironmentRequest {

pkg/pb/cmdb.swagger.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,13 +2743,6 @@
27432743
"$ref": "#/definitions/cmdbAppConfig"
27442744
}
27452745
},
2746-
"app_version": {
2747-
"type": "array",
2748-
"title": "AppVersion",
2749-
"items": {
2750-
"$ref": "#/definitions/cmdbAppVersion"
2751-
}
2752-
},
27532746
"application_instances": {
27542747
"type": "array",
27552748
"title": "ApplicationInstances in this Environment",

0 commit comments

Comments
 (0)