Skip to content

Commit

Permalink
Modify production review ordering (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygout authored May 18, 2024
1 parent d983c70 commit a401b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo4j/cypher-queries/production/show/show.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export default () => `
publication,
publicationRel,
critic
ORDER BY publicationRel.date
ORDER BY publicationRel.date, publication.name
WITH
production,
Expand Down

0 comments on commit a401b76

Please sign in to comment.