Fix missed query rename

This commit is contained in:
Nassim Jahnke 2023-02-15 12:47:33 +01:00
parent 92758a6925
commit d842ecfa01
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -38,7 +38,7 @@ public interface HangarNotificationsDAO {
List<HangarNotification> getNotifications(long userId, boolean read, @BindPagination RequestPagination pagination);
@RegisterConstructorMapper(HangarInvite.HangarProjectInvite.class)
@SqlQuery("SELECT upr.id roletableid," +
@SqlQuery("SELECT upr.id roleId," +
" upr.role_type AS role," +
" p.name," +
" '/' || p.owner_name || '/' || p.slug url" +