[db] Add "group" attribute to query_params and allow grouping files

This commit is contained in:
chme
2018-09-22 09:32:05 +02:00
committed by ejurgensen
parent c7e65c57e1
commit 937d1e3f5f
2 changed files with 9 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ struct query_params {
char *having;
char *order;
char *group;
char *filter;