This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cd0974  add missing entry in capability table
2cd0974 is described below

commit 2cd0974f6c6546105e5898067cfc769fcf37bd7f
Author: Dan Kirkwood <dang...@gmail.com>
AuthorDate: Wed Apr 18 17:37:56 2018 +0000

    add missing entry in capability table
---
 traffic_ops/app/db/seeds.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/db/seeds.sql b/traffic_ops/app/db/seeds.sql
index 9611331..6c11adb 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;

-- 
To stop receiving notification emails like this one, please contact
mitchell...@apache.org.

Reply via email to