-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quoteParty.partySubIdOrTypeId column should not have FK constraint to partyIdentifierType table #284
Comments
Definitely @bushjames (both values should be allowed and shouldn't be limited to the partyIdentifier enum values).. |
Hey @bushjames, are you in the process of fixing this, or should we create an issue for the Core-OSS team? |
Please can you create an issue for the Core-OSS team @mdebarros . Many thanks. |
Issue created --> mojaloop/project#2506 |
The subIdOrTypeId of a quote/transfer party should not be limited to values of the enum partyIdentifierType. This field is intended to carry an enum value OR an identifier itself. The foreign key that exists between quoteParty.partySubIdOrTypeId and the partyIdentifierType table forbids an identifier value being used. This constraint should be removed to allow compliance with usecases that do not use identifier type enums.
The text was updated successfully, but these errors were encountered: