dneuman64 closed pull request #3085: Add a TR_LOC type to seeds.sql
URL: https://github.com/apache/trafficcontrol/pull/3085
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/traffic_ops/app/db/seeds.sql b/traffic_ops/app/db/seeds.sql
index 93aceb38c..812d3d3f2 100644
--- a/traffic_ops/app/db/seeds.sql
+++ b/traffic_ops/app/db/seeds.sql
@@ -725,6 +725,7 @@ insert into type (name, description, use_in_table) values
('TRAFFIC_STATS', 'tra
insert into type (name, description, use_in_table) values ('EDGE_LOC', 'Edge
Logical Location', 'cachegroup') ON CONFLICT (name) DO NOTHING;
insert into type (name, description, use_in_table) values ('MID_LOC', 'Mid
Logical Location', 'cachegroup') ON CONFLICT (name) DO NOTHING;
insert into type (name, description, use_in_table) values ('ORG_LOC', 'Origin
Logical Site', 'cachegroup') ON CONFLICT (name) DO NOTHING;
+insert into type (name, description, use_in_table) values ('TR_LOC', 'Traffic
Router Logical Location', 'cachegroup') ON CONFLICT (name) DO NOTHING;
-- to_extension types
insert into type (name, description, use_in_table) values
('CHECK_EXTENSION_BOOL', 'Extension for checkmark in Server Check',
'to_extension') ON CONFLICT (name) DO NOTHING;
----------------------------------------------------------------
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