Skip to content

Commit 69493cf

Browse files
committed
feat: add compliance report module
1 parent 58d69fe commit 69493cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

backend/src/main/resources/config/liquibase/changelog/20241120001_update_compliance_menu.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
name = 'Alerts And Incidents'
2525
WHERE id = 505;
2626
27-
INSERT INTO public.utm_menu (id, name, url, parent_id, type, dashboard_id, position, menu_active, menu_action, menu_icon, module_name_short)
28-
VALUES (507, 'CMMC', 'compliance/report-viewer?standardId=1000000&standardName=CMMC', 500, 1, null, 6, true, false, null, null);
29-
30-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (507, 'ROLE_ADMIN');
31-
INSERT INTO utm_menu_authority (menu_id, authority_name) VALUES (507, 'ROLE_USER');
32-
3327
ALTER TABLE utm_compliance_report_config
3428
ADD COLUMN config_report_note TEXT;
3529

0 commit comments

Comments
 (0)