From de1f21e0b881491fef7385928f701fcc24ca17df Mon Sep 17 00:00:00 2001 From: Arun Kumar <104547029+arunpaladin@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:02:15 -0800 Subject: [PATCH] feat:[NEXT-1926] Added Optional tags --- installer/resources/pacbot_app/files/DB.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/resources/pacbot_app/files/DB.sql b/installer/resources/pacbot_app/files/DB.sql index ce8bf04be..fb4edf688 100644 --- a/installer/resources/pacbot_app/files/DB.sql +++ b/installer/resources/pacbot_app/files/DB.sql @@ -3001,6 +3001,7 @@ END $$ DELIMITER ; CALL update_filter_for_tag(@MANDATORY_TAGS); +CALL update_filter_for_tag(@OPTIONAL_TAGS); /* Updating resourceName for Azure target Type */