rob05c commented on issue #2710: TO Go -- db access error if profile.cdn is null URL: https://github.com/apache/trafficcontrol/issues/2710#issuecomment-413889775 +1 on `not null`. Profiles apply to Servers and DSes, which should always be on one CDN, and using them for anything on a different CDN can cause all kinds of issues, and should never ever happen. Enforcing Profile CDNs with a foreign key and not-null will prevent those issues. Unless someone knows a scenario it's valid to have a cross-CDN profile?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
