wolfboys commented on code in PR #1843: URL: https://github.com/apache/incubator-streampark/pull/1843#discussion_r996272135
########## streampark-console/streampark-console-service/src/assembly/script/data/mysql-data.sql: ########## @@ -110,6 +110,7 @@ insert into `t_menu` values (100053, 100001, 'types', null, null, 'user:types', -- Records of t_role -- ---------------------------- insert into `t_role` values (100001, 'developer', 'developer', now(), now(), null); +insert into `t_role` values (100002, 'team_admin', 'Team Admin has all permissions inside the team.', now(), now(), null); Review Comment: how about team_admin change to team_leader? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
