mitchell852 commented on pull request #4844: URL: https://github.com/apache/trafficcontrol/pull/4844#issuecomment-652038190
do you think it needs to be like this instead? ``` ON CONFLICT (table_name) DO NOTHING ``` or maybe sql is smart enough to know that that this is the same thing because table_name is the primary key? ``` ON CONFLICT DO NOTHING ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
