mitchell852 closed pull request #2148: add missing entry in capability table
URL: https://github.com/apache/incubator-trafficcontrol/pull/2148
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 961133102..6c11adb11 100644
--- a/traffic_ops/app/db/seeds.sql
+++ b/traffic_ops/app/db/seeds.sql
@@ -107,7 +107,7 @@ insert into capability (name, description) values
('change-log-write', 'Create c
insert into capability (name, description) values ('division-read', 'View
division configuration') ON CONFLICT (name) DO NOTHING;
insert into capability (name, description) values ('division-write', 'Create,
edit or delete division configuration') ON CONFLICT (name) DO NOTHING;
insert into capability (name, description) values ('ds-cache-read', 'View
delivery-service cache assignment') ON CONFLICT (name) DO NOTHING;
-insert into capability (name, description) values ('ds-cache-read', 'Create,
edit or delete delivery-service cache assignment') ON CONFLICT (name) DO
NOTHING;
+insert into capability (name, description) values ('ds-cache-write', 'Create,
edit or delete delivery-service cache assignment') ON CONFLICT (name) DO
NOTHING;
insert into capability (name, description) values ('ds-health-read', 'View
delivery-service health') ON CONFLICT (name) DO NOTHING;
insert into capability (name, description) values ('ds-read', 'View
delivery-service configuration') ON CONFLICT (name) DO NOTHING;
insert into capability (name, description) values ('ds-write', 'Create, edit
or delete delivery-service configuration') 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