Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Enable db_address field updated on conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Mar 7, 2022
1 parent c1a432b commit 969c93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/datapipeline/sap_systems_projector.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func SAPSystemsProjector_SAPSystemsDiscoveryHandler(dataCollectedEvent *DataColl
"id", "sid", "type", "features", "instance_number",
"system_replication", "system_replication_status",
"sap_hostname", "start_priority", "http_port", "https_port", "status",
"tenants", "db_host", "db_name")
"tenants", "db_host", "db_name", "db_address")
if err != nil {
return err
}
Expand Down

0 comments on commit 969c93d

Please sign in to comment.