wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

IDN_ORG_USER_INVITE_ASSIGNMENT_TRIG in oracle db script is incorrect #20161

Closed darshanasbg closed 6 months ago

darshanasbg commented 6 months ago

Describe the issue: $subject in [1] should be corrected as IDN_ORG_USER_INVITE_ASSIGNMENT_SEQ.

[1] https://github.com/wso2/carbon-identity-framework/blob/e1b6a6c40d4f850340d3dc95d60dbff489358402/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/dbscripts/oracle.sql#L2030C24-L2030C54

How to reproduce: N/A

Expected behavior: N/A

Environment information (Please complete the following information; remove any unnecessary fields) :

darshanasbg commented 6 months ago

Already fixed with: https://github.com/wso2/carbon-identity-framework/pull/5600