Skip to content

Commit

Permalink
fix: rename rule.limit.get
Browse files Browse the repository at this point in the history
  • Loading branch information
georgikocev authored and Elin Angelov committed Mar 2, 2018
1 parent afdac70 commit 419c386
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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
Expand Down

0 comments on commit 419c386

Please sign in to comment.