zrhoffman commented on pull request #4907: URL: https://github.com/apache/trafficcontrol/pull/4907#issuecomment-671549121
What we had before removing `ip_address` and `ip6_address` from the `server` table (from [traffic_ops/app/db/create_tables.sql#L2412](https://github.com/apache/trafficcontrol/blob/0cf375d2b1/traffic_ops/app/db/create_tables.sql#L2412)): ```pgsql -- -- Name: idx_89709_ip6_profile; Type: INDEX; Schema: public; Owner: traffic_ops -- CREATE UNIQUE INDEX idx_89709_ip6_profile ON server USING btree (ip6_address, profile); -- -- Name: idx_89709_ip_profile; Type: INDEX; Schema: public; Owner: traffic_ops -- CREATE UNIQUE INDEX idx_89709_ip_profile ON server USING btree (ip_address, profile); ``` ---------------------------------------------------------------- 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]
