Github user naamashoresh commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r114474694
  
    --- Diff: traffic_ops/app/db/seeds.sql ---
    @@ -22,6 +22,257 @@ insert into role (id, name, description, priv_level) 
values (5, 'portal', 'Porta
     insert into role (id, name, description, priv_level) values (6, 
'migrations', 'database migrations user - DO NOT REMOVE', 20) ON CONFLICT DO 
NOTHING;
     insert into role (id, name, description, priv_level) values (7, 
'federation', 'Role for Secondary CZF', 15) ON CONFLICT DO NOTHING;
     insert into role (id, name, description, priv_level) values (8, 
'steering', 'Role for Steering Delivery Services', 15) ON CONFLICT DO NOTHING;
    +insert into role (id, name, description, priv_level) values (9, 'root', 
'Role for full capabilities - super-user ', 30) ON CONFLICT DO NOTHING;
    +
    +-- capabilities
    +insert into capability (name, description) values ('all-read', 'Full read 
access') ON CONFLICT DO NOTHING;
    --- End diff --
    
    Done @56f8856


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to