rimashah25 commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r989378882
########## traffic_ops/traffic_ops_golang/deliveryservice/capacity.go: ########## @@ -249,7 +249,7 @@ JOIN server as s ON s.profile = pr.id JOIN cdn as c ON c.id = s.cdn_id JOIN type as t ON s.type = t.id WHERE t.name LIKE 'EDGE%' -AND pa.config_file = 'rascal-config.txt' +AND pa.config_file = 'tm-config.txt' Review Comment: Included migration file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
