0% found this document useful (0 votes)
16 views1 page

SQL Commands for Deleting Menu and Role Data

Uploaded by

DQS INDIA
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

SQL Commands for Deleting Menu and Role Data

Uploaded by

DQS INDIA
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

SET FOREIGN_KEY_CHECKS = 0;

DELETE FROM HRMS_RBAC_MENU_MASTER WHERE menu_master_id = 379;


SET FOREIGN_KEY_CHECKS = 1;

SET FOREIGN_KEY_CHECKS = 0;

DELETE FROM `HRMS_RBAC_ROLE_MODULE_MASTER`


WHERE `role_module_master_id` = 35;

SET FOREIGN_KEY_CHECKS = 1;

let role_module_master_id = [Link][0].role_module_master_id;


[Link](['/master/menu/list'], { queryParams: { id:
role_module_master_id } })

You might also like