Skip to content

Commit

Permalink
EPMRPP-90223 rename organization_type
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jul 31, 2024
1 parent c6e6fea commit 8236dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ protected Field<Long> idField() {
public QuerySupplier getQuery() {
SelectQuery<? extends Record> query = DSL.select(selectFields()).getQuery();
addFrom(query);
query.addGroupBy(PROJECT.ID, PROJECT.CREATED_AT, PROJECT.KEY, PROJECT.CREATED_AT);
query.addGroupBy(PROJECT.ID, PROJECT.CREATED_AT, PROJECT.KEY);
QuerySupplier querySupplier = new QuerySupplier(query);
joinTables(querySupplier);
return querySupplier;
Expand Down

0 comments on commit 8236dd8

Please sign in to comment.