Skip to content

Commit

Permalink
fix: UIS-2724 add rule sorting by priority
Browse files Browse the repository at this point in the history
  • Loading branch information
georgikocev committed Jun 9, 2017
1 parent a23a47e commit f1e7bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/sql/schema/750$rule.rule.fetch.sql
Expand Up @@ -9,6 +9,7 @@ BEGIN
[rule].condition
WHERE
@conditionId IS NULL OR conditionId = @conditionId
ORDER BY [priority]

SELECT 'conditionActor' AS resultSetName
SELECT
Expand Down

0 comments on commit f1e7bc7

Please sign in to comment.