diff --git a/api/sql/schema/750$rule.limit.get.sql b/api/sql/schema/750$rule.limitForUserByRole.get.sql similarity index 91% rename from api/sql/schema/750$rule.limit.get.sql rename to api/sql/schema/750$rule.limitForUserByRole.get.sql index 0581d831..80cdfb3e 100644 --- a/api/sql/schema/750$rule.limit.get.sql +++ b/api/sql/schema/750$rule.limitForUserByRole.get.sql @@ -1,4 +1,4 @@ -ALTER PROCEDURE [rule].[limit.get] --retrieve the rule limits set per user role, operation and currency +ALTER PROCEDURE [rule].[limitForUserByRole.get] --retrieve the rule limits set per user role, operation and currency @userId BIGINT, --actor id of the channel performing the operation @operation VARCHAR(100) = 'loanApplicationApprove', --operation executed @currency VARCHAR(3) = 'USD', --limit currency