forked from DebaucheryLibrarian/traxxx
Returning duplicate releases from pagination.
This commit is contained in:
@@ -86,7 +86,7 @@ async function fetchIncludedEntities() {
|
||||
)
|
||||
/* select recursive channels as children of networks */
|
||||
SELECT
|
||||
entities.*, json_agg(channels) as children
|
||||
entities.*, json_agg(channels ORDER BY channels.id) as children
|
||||
FROM
|
||||
channels
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user