Skip to content

Commit

Permalink
ci: 已存在的项目统一开启测试计划模块
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin authored and fit2-zhao committed May 22, 2024
1 parent 2b7acc5 commit e73f528
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ INSERT INTO user_role_permission (id, role_id, permission_id) VALUES (UUID_SHORT
INSERT INTO user_role_permission (id, role_id, permission_id) VALUES (UUID_SHORT(), 'project_admin', 'PROJECT_APPLICATION_TEST_PLAN:READ');
INSERT INTO user_role_permission (id, role_id, permission_id) VALUES (UUID_SHORT(), 'project_admin', 'PROJECT_APPLICATION_TEST_PLAN:UPDATE');

-- 已存在的项目都开启测试计划模块
UPDATE project set module_setting = '["bugManagement","caseManagement","apiTest","testPlan"]';

-- set innodb lock wait timeout to default
SET SESSION innodb_lock_wait_timeout = DEFAULT;

0 comments on commit e73f528

Please sign in to comment.