Dan Kirkwood created TC-11:
------------------------------
Summary: psql branch -- remove "insert ignore" from seeds.sql
Key: TC-11
URL: https://issues.apache.org/jira/browse/TC-11
Project: Traffic Control
Issue Type: Bug
Components: Traffic Ops
Affects Versions: 2.0.0
Reporter: Dan Kirkwood
Assignee: Dan Kirkwood
Priority: Minor
Fix For: 2.0.0
mysql uses `insert ignore ...`, whereas postgres uses `insert ... on conflict
do nothing;` for the equivalent
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)