Removed interpolation of data samples. Added intensity column for activity chart.

This commit is contained in:
protomors
2017-09-04 20:38:20 +02:00
committed by Carsten Pfeiffer
parent 22a15c631c
commit b8c5a44709
3 changed files with 3 additions and 32 deletions
@@ -264,6 +264,7 @@ public class GBDaoGenerator {
addCommonActivitySampleProperties("AbstractActivitySample", activitySample, user, device);
activitySample.addIntProperty(SAMPLE_STEPS).notNull().codeBeforeGetterAndSetter(OVERRIDE);
activitySample.addIntProperty(SAMPLE_RAW_KIND).notNull().codeBeforeGetterAndSetter(OVERRIDE);
activitySample.addIntProperty(SAMPLE_RAW_INTENSITY).notNull().codeBeforeGetterAndSetter(OVERRIDE);
return activitySample;
}