No effective change - Update tests for aggregation queries

This commit is contained in:
rob bygrave
2019-01-22 15:53:47 +13:00
parent b8105190d1
commit 9dbd903a73
3 changed files with 94 additions and 36 deletions
@@ -15,7 +15,7 @@ public class DMachineStats {
@Id
long id;
@ManyToOne
@ManyToOne(optional = false)
DMachine machine;
LocalDate date;