jehunte commented on a change in pull request #4518:
URL: https://github.com/apache/trafficcontrol/pull/4518#discussion_r465106158
##########
File path: traffic_ops/app/db/seeds.sql
##########
@@ -175,6 +175,9 @@ insert into capability (name, description) values
('server-capabilities-write',
-- servers
insert into capability (name, description) values ('servers-read', 'Ability to
view servers') ON CONFLICT (name) DO NOTHING;
insert into capability (name, description) values ('servers-write', 'Ability
to edit servers') ON CONFLICT (name) DO NOTHING;
+-- service categories
+insert into capability (name, description) values ('service-categories-read',
'Ability to view service categories') ON CONFLICT (name) DO NOTHING;
+insert into capability (name, description) values ('service-categories-write',
'Ability to edit service categories') ON CONFLICT (name) DO NOTHING;
Review comment:
This is adding service category capability so it should be the
capability table
----------------------------------------------------------------
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]