Skip to content

Commit 8049814

Browse files
authored
Merge pull request #6460 from opsmill/stable
Merge stable into develop
2 parents b8767cc + 6f0f2f8 commit 8049814

File tree

1 file changed

+7
-0
lines changed
  • backend/infrahub/core/validators/uniqueness

1 file changed

+7
-0
lines changed

backend/infrahub/core/validators/uniqueness/query.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@ async def query_init(self, db: InfrahubDatabase, **kwargs: Any) -> None: # noqa
221221
attr_name,
222222
attr_value,
223223
relationship_identifier
224+
ORDER BY
225+
node_id,
226+
deepest_branch_name,
227+
node_count,
228+
attr_name,
229+
attr_value,
230+
relationship_identifier
224231
""" % {
225232
"select_subqueries_str": select_subqueries_str,
226233
"branch_filter": branch_filter,

0 commit comments

Comments
 (0)