File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
share-api/src/Share/Postgres
transcripts/share-apis/projects-flow/out Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ searchProjects caller userIdFilter (Query query) psk limit = do
159159 FROM projects_by_user_permission(#{caller}, #{ProjectView}) p
160160 JOIN users owner ON p.owner_user_id = owner.id
161161 WHERE p.owner_user_id = #{userId}
162- ORDER BY p.created_at DESC
162+ ORDER BY p.created_at, p.slug DESC
163163 LIMIT #{limit}
164164 |]
165165 _ -> do
Original file line number Diff line number Diff line change 99 "name" : " The Transcript User" ,
1010 "type" : " user"
1111 },
12- "slug" : " containers " ,
13- "summary" : " This is my project " ,
12+ "slug" : " transcriptproject " ,
13+ "summary" : null ,
1414 "tags" : [],
1515 "updatedAt" : " <TIMESTAMP>" ,
1616 "visibility" : " private"
2424 "name" : " The Transcript User" ,
2525 "type" : " user"
2626 },
27- "slug" : " transcriptproject " ,
28- "summary" : null ,
27+ "slug" : " containers " ,
28+ "summary" : " This is my project " ,
2929 "tags" : [],
3030 "updatedAt" : " <TIMESTAMP>" ,
3131 "visibility" : " private"
You can’t perform that action at this time.
0 commit comments