Describe the feature
I've been using Gogs with PostgreSQL.
I found that when I add a new collaborator, they are not always at the top or bottom of the list.
Could you add an ORDER BY id DESC feature to the getCollaborations() function in internal/database/repo_collaboration.go?
Thank you!
Describe the solution you'd like
I’m not familiar with XORM so I don't know how to implement it.
Describe alternatives you've considered
empty
Additional context
No response
Code of Conduct