Unverified Commit e3143e2e authored by Gavin LI (李华桂)'s avatar Gavin LI (李华桂) Committed by GitHub
Browse files

Merge pull request #2308 from WeBankPartners/2289_workflow_interf_enhance

#2289 add ADMIN_CERTIFICATION auth sql
parents f3dfcaae 82a34800
No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
SET FOREIGN_KEY_CHECKS = 0;
delete from auth_sys_authority where id = '2c9380837b063455017b09e14e4d0000';
INSERT INTO `auth_sys_authority` (`id`,`created_by`,`created_time`,`updated_by`,`updated_time`,`is_active`,`is_deleted`,`code`,`description`,`display_name`,`scope`)
VALUES ('2c9380837b063455017b09e14e4d0000','admin','2021-08-03 10:39:26',NULL,NULL,1,0,'ADMIN_CERTIFICATION',NULL,'ADMIN_CERTIFICATION','GLOBAL');
delete from auth_sys_role_authority where id = '2c9380837b063455017b09e14e530001';
INSERT INTO `auth_sys_role_authority` (`id`,`created_by`,`created_time`,`updated_by`,`updated_time`,`is_active`,`is_deleted`,`authority_code`,`authority_id`,`role_id`,`role_name`)
VALUES ('2c9380837b063455017b09e14e530001','admin','2021-08-03 10:39:26',NULL,NULL,1,0,'ADMIN_CERTIFICATION','2c9380837b063455017b09e14e4d0000','2c9280827019695c017019ac974f001c','SUPER_ADMIN');
SET FOREIGN_KEY_CHECKS = 1;
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment