mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
Sort review queue by date
This commit is contained in:
parent
d45ab803f9
commit
047c5383a2
@ -77,7 +77,8 @@ public interface HangarReviewsDAO {
|
||||
" WHERE pv.review_state = :reviewState AND" +
|
||||
" p.visibility != 4 AND" +
|
||||
" pv.visibility != 4" +
|
||||
" GROUP BY pv.id, p.id, pvu.id, pc.id, pvr.id, ru.id")
|
||||
" GROUP BY pv.id, p.id, pvu.id, pc.id, pvr.id, ru.id" +
|
||||
" ORDER BY pv.created_at")
|
||||
List<HangarReviewQueueEntry> getReviewQueue(@EnumByOrdinal ReviewState reviewState);
|
||||
|
||||
@SqlQuery("""
|
||||
|
Loading…
Reference in New Issue
Block a user